summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/libnpmhook/package.json
blob: 8b749d1809d26c13bd311a330bb572b770656ff9 (plain)
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
47
48
49
50
{
  "name": "libnpmhook",
  "version": "8.0.0",
  "description": "programmatic API for managing npm registry hooks",
  "main": "lib/index.js",
  "files": [
    "bin",
    "lib"
  ],
  "scripts": {
    "prerelease": "npm t",
    "postrelease": "npm publish && git push --follow-tags",
    "test": "tap",
    "lint": "eslint '**/*.js'",
    "postlint": "npm-template-check",
    "lintfix": "npm run lint -- --fix",
    "preversion": "npm test",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "snap": "tap",
    "posttest": "npm run lint"
  },
  "tap": {
    "check-coverage": true
  },
  "repository": "https://github.com/npm/libnpmhook",
  "keywords": [
    "npm",
    "hooks",
    "registry",
    "npm api"
  ],
  "author": "GitHub Inc.",
  "license": "ISC",
  "dependencies": {
    "aproba": "^2.0.0",
    "npm-registry-fetch": "^13.0.0"
  },
  "devDependencies": {
    "@npmcli/template-oss": "^2.4.2",
    "nock": "^9.6.1",
    "tap": "^15.1.0"
  },
  "engines": {
    "node": "^12.13.0 || ^14.15.0 || >=16"
  },
  "templateOSS": {
    "version": "2.4.3"
  }
}