42 Zeilen
868 B
JSON
42 Zeilen
868 B
JSON
{
|
|
"name": "libnpmhook",
|
|
"version": "6.0.3",
|
|
"description": "programmatic API for managing npm registry hooks",
|
|
"main": "index.js",
|
|
"files": [
|
|
"*.js",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"prerelease": "npm t",
|
|
"postrelease": "npm publish && git push --follow-tags",
|
|
"pretest": "standard",
|
|
"release": "standard-version -s",
|
|
"test": "tap"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true
|
|
},
|
|
"repository": "https://github.com/npm/libnpmhook",
|
|
"keywords": [
|
|
"npm",
|
|
"hooks",
|
|
"registry",
|
|
"npm api"
|
|
],
|
|
"author": "Kat Marchán <kzm@sykosomatic.org>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^11.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"nock": "^9.6.1",
|
|
"standard": "^11.0.1",
|
|
"standard-version": "^4.4.0",
|
|
"tap": "^14.10.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
}
|