-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "https://json.schemastore.org/package.json",
"homepage": "https://jaywcjlove.github.io/generate-password",
"repository": {
"type": "git",
"url": "git+https://github.com/jaywcjlove/generate-password.git"
},
"private": true,
"scripts": {
"build": "lerna exec --scope @wcj/* -- npm run build",
"⬇️⬇️⬇️⬇️⬇️ package ⬇️⬇️⬇️⬇️⬇️": "▼▼▼▼▼ package ▼▼▼▼▼",
"doc": "npm run-script build --workspace website",
"start": "npm run-script start --workspace website",
"⬆️⬆️⬆️⬆️⬆️ package ⬆️⬆️⬆️⬆️⬆️": "▲▲▲▲▲ package ▲▲▲▲▲",
"prepare": "husky install",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"clean": "lerna clean --yes"
},
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"workspaces": [
"core",
"www"
],
"lint-staged": {
"*.{js,jsx,ts,tsx,less,md,json}": [
"prettier --write"
]
},
"devDependencies": {
"husky": "^8.0.0",
"lerna": "^7.1.0",
"lint-staged": "^13.0.0",
"prettier": "^2.8.0",
"tsbb": "^4.0.0"
}
}