-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 792 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 792 Bytes
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
{
"name": "hook-demo",
"description": "# This is for testing only.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/minz1027/hook-demo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/minz1027/hook-demo/issues"
},
"release": {
"debug": false,
"verifyConditions": {
"path": "./node_modules/semantic-release/src/lib/plugin-noop.js"
}
},
"homepage": "https://github.com/minz1027/hook-demo#readme",
"devDependencies": {
"semantic-release": "^6.3.2"
},
"version": "0.0.0-development"
}