-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
32 lines (32 loc) · 911 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
{
"name": "cta-template-admin",
"version": "1.3.4",
"description": "基于react18的模板项目,支持路由keepalive,历史访问页签等",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelogall": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thomas-void0/cta-template-admin.git"
},
"keywords": [
"react",
"template",
"admin",
"keepalive",
"后台",
"模板"
],
"author": "thomas-void0",
"license": "MIT",
"bugs": {
"url": "https://github.com/thomas-void0/cta-template-admin/issues"
},
"homepage": "https://github.com/thomas-void0/cta-template-admin#readme",
"devDependencies": {
"conventional-changelog-cli": "^2.2.2"
}
}