-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.18 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
{
"name": "promake-node-modules",
"version": "0.0.0-development",
"description": "promake rule for installing node_modules only when necessary",
"author": "Andy Edwards",
"license": "MIT",
"scripts": {
"test": "toolchain test",
"prepublishOnly": "echo This package is meant to be published by semantic-release from the dist build directory. && exit 1",
"semantic-release": "semantic-release",
"tc": "toolchain",
"toolchain": "toolchain"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/jcoreio/promake-node-modules.git"
},
"keywords": [
"promake",
"yarn"
],
"bugs": {
"url": "https://github.com/jcoreio/promake-node-modules/issues"
},
"homepage": "https://github.com/jcoreio/promake-node-modules#readme",
"devDependencies": {
"@jcoreio/js": "^1.1.2",
"promake": "^4.0.1"
},
"peerDependencies": {
"promake": "^3.1.3 || ^4.0.1 || ^5.0.0"
},
"dependencies": {
"exit-hook": "^2.2.0",
"fs-extra": "^9.0.1",
"lockfile": "^1.0.4",
"p-event": "^4.2.0",
"p-timeout": "^3.2.0"
},
"sideEffects": false
}