UNPKG

npm

Version:

a package manager for JavaScript

56 lines (55 loc) 1.23 kB
{ "name": "libnpmhook", "version": "8.0.2", "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", "template-copy": "npm-template-copy --force" }, "tap": { "check-coverage": true }, "repository": { "type": "git", "url": "https://github.com/npm/cli", "directory": "workspaces/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.9.2" } }