-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
27 lines (27 loc) · 922 Bytes
/
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
{
"name": "cuiping-workspace",
"version": "1.0.0",
"scripts": {
"loc": "tokei -e '*.yaml' -e '*.txt' -e '*.md'",
"lint": "eslint . --ext .js,.ts,.vue",
"build": "pnpm -F cuiping build && pnpm -F cuiping-component build && pnpm -F cuiping-monaco build && pnpm -F cuiping-frontend build",
"prepare": "husky install"
},
"repository": "[email protected]:ForkKILLET/cuiping.js.git",
"author": "ForkΨKILLET <[email protected]>",
"license": "MIT",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"eslint-config-standard-with-typescript": "^26.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"typescript": "^4.9.5"
}
}