forked from chenbimo/yinav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 979 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "root",
"version": "1.0.0",
"private": true,
"type": "module",
"publishConfig": {
"access": "restricted"
},
"repository": {
"type": "git",
"url": "https://github.com/chenbimo/yicode.git"
},
"description": "随易科技(yicode.tech) - 软件开发生态",
"homepage": "https://yicode.tech",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"keywords": [
"yicode",
"cli",
"webpack",
"vite",
"vue",
"vue2",
"vue3",
"nodejs"
],
"author": "chensuiyi <[email protected]>",
"devDependencies": {
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.9.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*.{js,css,scss,less,ts,jsx,vue,html,json,md,yaml}": "prettier --write"
}
}