-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 984 Bytes
/
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
{
"name": "npm-build-cache",
"version": "4.2.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "bats test/*.bats",
"prepublish": "make clean && make all",
"preinstall": "npm run prepublish"
},
"keywords": [
"npm",
"cache",
"install",
"node_modules"
],
"repository": {
"type": "git",
"url": "git+https://github.com/1stdibs/npm-build-cache.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/1stdibs/npm-build-cache/issues"
},
"homepage": "https://github.com/1stdibs/npm-build-cache#readme",
"bin": {
"npm-cache-install": "./src/cache-install.sh",
"npm-clean-install": "./src/clean-install.sh",
"npm-cache-modules": "./build/cache-modules",
"npm-restore-modules": "./build/restore-modules",
"npm-build-cache-sign-install": "./build/sign-install"
},
"devDependencies": {
"bats": "^0.4.2",
"jq-cli-wrapper": "^0.3.0"
},
"dependencies": {}
}