-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.02 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
41
42
43
44
45
46
47
{
"name": "cra-template-doly",
"version": "1.13.0",
"main": "index.js",
"repository": "git@github.com:doly-dev/cra-template-doly.git",
"keywords": [
"create-react-app",
"react",
"template",
"cra-template",
"typescript",
"doly"
],
"author": "caijf <369756941@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/doly-dev/cra-template-doly/issues"
},
"homepage": "https://doly-dev.github.io/cra-template-doly-site/latest/index.html",
"files": [
"template",
"template.json"
],
"engines": {
"node": ">=14"
},
"scripts": {
"commit": "cz",
"prepare": "husky"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0",
"commitizen": "^4.3.1",
"husky": "^9.1.6",
"inquirer": "^9.3.7"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}