-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.55 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "megalo-cli",
"version": "1.4.8",
"description": "管理项目模板地址脚手架",
"main": "index.js",
"scripts": {
"prepublishOnly1": "np --no-cleanup --yolo --any-branch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/18355166248/megalo-cli.git"
},
"author": "Megalo <[email protected]>",
"license": "ISC",
"bin": {
"megalo": "bin/megalo.js"
},
"bugs": {
"url": "https://github.com/18355166248/megalo-cli/issues"
},
"keywords": [
"cli",
"tool"
],
"homepage": "https://github.com/18355166248/megalo-cli#readme",
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"cmdify": "^0.0.4",
"cross-env": "^7.0.3",
"eslint": "^7.26.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"np": "^7.6.4",
"ora": "^5.4.1",
"prettier": "^2.3.0",
"standard-version": "^9.3.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"**/*.js": [
"eslint --fix",
"prettier --write",
"git add"
]
},
"dependencies": {
"chalk": "^4.1.1",
"commander": "^8.1.0",
"didyoumean": "^1.2.1",
"download-git-repo": "^3.0.2",
"events": "^3.3.0",
"execa": "^5.0.0",
"fs-extra": "^11.1.1",
"inquirer": "^8.1.2",
"is-git-url": "^1.0.0",
"semver": "^7.3.5",
"update-check": "^1.5.4",
"validate-npm-package-name": "^3.0.0"
},
"engines": {
"node": ">=14.0.0"
}
}