-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 2.58 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 2.58 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "@developer-once/onecli",
"version": "1.5.0-beta.0",
"description": "developer-once onecli cli",
"main": "/lib/bin/index.js",
"files": [
"lib",
"templates",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"cli",
"one",
"d-one"
],
"author": "buyu",
"license": "MIT",
"devDependencies": {
"@types/conventional-changelog": "^3.1.1",
"@types/express": "^4.17.11",
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^8.2.0",
"@types/lodash": "^4.14.195",
"@types/memoizee": "^0.4.8",
"@types/mockjs": "^1.0.7",
"@types/node": "^18.13.0",
"@types/npmlog": "^4.1.4",
"@types/nunjucks": "^3.2.2",
"@types/ora": "^3.2.0",
"@types/prettier": "^2.2.1",
"@types/reserved-words": "^0.1.0",
"@types/semver": "^7.5.0",
"@types/shelljs": "^0.8.11",
"@types/swagger2openapi": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@umijs/fabric": "^3.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"np": "^7.2.0",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
},
"bin": {
"one": "lib/bin/index.js"
},
"dependencies": {
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/lint": "^17.4.4",
"@commitlint/load": "^17.5.0",
"@umijs/fabric": "^2.5.6",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"commander": "^9.0.0",
"commitizen": "^4.2.5",
"conventional-changelog": "^3.1.25",
"cz-conventional-changelog": "^3.3.0",
"dayjs": "^1.10.3",
"download-git-repo": "^3.0.2",
"eslint": "^7.18.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"glob": "^7.1.6",
"inquirer": "^8.2.0",
"lodash": "^4.17.21",
"memoizee": "^0.4.15",
"minimist": "^1.2.6",
"mock.js": "^0.2.0",
"mockjs": "^1.1.0",
"node-fetch": "^2.6.11",
"npmlog": "^7.0.1",
"nunjucks": "^3.2.4",
"openapi3-ts": "^2.0.1",
"ora": "^5.4.1",
"prettier": "^2.8.8",
"reserved-words": "^0.1.2",
"semver": "^7.3.8",
"simple-git": "^3.16.1",
"swagger2openapi": "^7.0.8",
"tiny-pinyin": "^1.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/developer-once/one-cli"
},
"publishConfig": {
"access": "public"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}