-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.13 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
{
"name": "hi-pkg-scripts",
"version": "0.6.0",
"description": "package.json scripts",
"bin": {
"hi-pkg-scripts": "src/index.js"
},
"scripts": {
"start": "tsc --watch",
"release": "node src/index.js -- release master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hileix/pkg-scripts.git"
},
"keywords": [
"scripts"
],
"author": "hileix",
"license": "MIT",
"bugs": {
"url": "https://github.com/hileix/pkg-scripts/issues"
},
"homepage": "https://github.com/hileix/pkg-scripts#readme",
"files": [
"src/**"
],
"devDependencies": {},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"chalk": "^3.0.0",
"commander": "^4.0.1",
"express": "^4.17.1",
"express-pino-logger": "^4.0.0",
"fs-extra": "^8.1.0",
"git-rev-sync": "^1.12.0",
"http-proxy-middleware": "^0.20.0",
"inquirer": "^7.0.0",
"listr": "^0.14.3",
"node-notifier": "^6.0.0",
"ora": "^4.0.3",
"semver": "^6.3.0",
"strsplit": "^1.0.0"
},
"hi-pkg-scripts": {
"release": {
"generateChangelog": true
}
}
}