-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 804 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 804 Bytes
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
{
"name": "jmodule",
"version": "1.0.2",
"description": "FE Modulize",
"author": "feirpri <feirpri@gmail.com>",
"license": "MIT",
"scripts": {
"commit": "git-cz"
},
"engines": {
"node": ">= 12.16.0",
"pnpm": ">= 6.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@commitlint/cli": "^16.3.0",
"@commitlint/config-conventional": "^16.2.4",
"@parcel/transformer-vue": "2.6.1",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.4",
"jest": "^28.1.1",
"opn": "^6.0.0",
"webpack": "^5.73.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}