UNPKG

1.39 kBJSONView Raw
1{
2 "name": "bin-links",
3 "version": "1.1.2",
4 "description": "JavaScript package binary linker",
5 "main": "index.js",
6 "scripts": {
7 "prerelease": "npm t",
8 "postrelease": "npm publish && git push --follow-tags",
9 "pretest": "standard",
10 "release": "standard-version -s",
11 "test": "tap -J --nyc-arg=--all --coverage test/*.js",
12 "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
13 "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/npm/bin-links.git"
18 },
19 "keywords": [
20 "npm",
21 "gentle",
22 "fs"
23 ],
24 "author": "Mike Sherov",
25 "license": "Artistic-2.0",
26 "bugs": {
27 "url": "https://github.com/npm/bin-links/issues"
28 },
29 "homepage": "https://github.com/npm/bin-links#readme",
30 "dependencies": {
31 "bluebird": "^3.5.0",
32 "cmd-shim": "^2.0.2",
33 "gentle-fs": "^2.0.0",
34 "graceful-fs": "^4.1.11",
35 "write-file-atomic": "^2.3.0"
36 },
37 "devDependencies": {
38 "mkdirp": "^0.5.1",
39 "nyc": "^11.1.0",
40 "rimraf": "^2.6.2",
41 "standard": "^10.0.3",
42 "standard-version": "^4.2.0",
43 "tap": "^10.7.2",
44 "weallbehave": "^1.2.0",
45 "weallcontribute": "^1.0.8"
46 },
47 "files": [
48 "index.js"
49 ]
50}