1{
2  "name": "bin-links",
3  "version": "4.0.3",
4  "description": "JavaScript package binary linker",
5  "main": "./lib/index.js",
6  "scripts": {
7    "snap": "tap",
8    "test": "tap",
9    "lint": "eslint \"**/*.js\"",
10    "postlint": "template-oss-check",
11    "lintfix": "npm run lint -- --fix",
12    "posttest": "npm run lint",
13    "template-oss-apply": "template-oss-apply --force"
14  },
15  "repository": {
16    "type": "git",
17    "url": "https://github.com/npm/bin-links.git"
18  },
19  "keywords": [
20    "npm",
21    "link",
22    "bins"
23  ],
24  "license": "ISC",
25  "dependencies": {
26    "cmd-shim": "^6.0.0",
27    "npm-normalize-package-bin": "^3.0.0",
28    "read-cmd-shim": "^4.0.0",
29    "write-file-atomic": "^5.0.0"
30  },
31  "devDependencies": {
32    "@npmcli/eslint-config": "^4.0.0",
33    "@npmcli/template-oss": "4.19.0",
34    "require-inject": "^1.4.4",
35    "tap": "^16.0.1"
36  },
37  "tap": {
38    "check-coverage": true,
39    "coverage-map": "map.js",
40    "nyc-arg": [
41      "--exclude",
42      "tap-snapshots/**"
43    ]
44  },
45  "files": [
46    "bin/",
47    "lib/"
48  ],
49  "engines": {
50    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
51  },
52  "author": "GitHub Inc.",
53  "templateOSS": {
54    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
55    "windowsCI": false,
56    "version": "4.19.0",
57    "publish": true
58  }
59}
60