1{ 2 "name": "libnpmpack", 3 "version": "6.0.7", 4 "description": "Programmatic API for the bits behind npm pack", 5 "author": "GitHub Inc.", 6 "main": "lib/index.js", 7 "contributors": [ 8 "Claudia Hernández <claudia@npmjs.com>" 9 ], 10 "files": [ 11 "bin/", 12 "lib/" 13 ], 14 "license": "ISC", 15 "scripts": { 16 "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", 17 "test": "tap", 18 "posttest": "npm run lint", 19 "postlint": "template-oss-check", 20 "lintfix": "npm run lint -- --fix", 21 "snap": "tap", 22 "template-oss-apply": "template-oss-apply --force" 23 }, 24 "devDependencies": { 25 "@npmcli/eslint-config": "^4.0.0", 26 "@npmcli/template-oss": "4.21.3", 27 "nock": "^13.3.3", 28 "spawk": "^1.7.1", 29 "tap": "^16.3.8" 30 }, 31 "repository": { 32 "type": "git", 33 "url": "https://github.com/npm/cli.git", 34 "directory": "workspaces/libnpmpack" 35 }, 36 "bugs": "https://github.com/npm/libnpmpack/issues", 37 "homepage": "https://npmjs.com/package/libnpmpack", 38 "dependencies": { 39 "@npmcli/arborist": "^7.2.1", 40 "@npmcli/run-script": "^7.0.2", 41 "npm-package-arg": "^11.0.1", 42 "pacote": "^17.0.4" 43 }, 44 "engines": { 45 "node": "^16.14.0 || >=18.0.0" 46 }, 47 "templateOSS": { 48 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 49 "version": "4.21.3", 50 "content": "../../scripts/template-oss/index.js" 51 }, 52 "tap": { 53 "nyc-arg": [ 54 "--exclude", 55 "tap-snapshots/**" 56 ] 57 } 58} 59