1{ 2 "name": "@npmcli/run-script", 3 "version": "7.0.4", 4 "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", 5 "author": "GitHub Inc.", 6 "license": "ISC", 7 "scripts": { 8 "test": "tap", 9 "eslint": "eslint", 10 "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", 11 "lintfix": "npm run lint -- --fix", 12 "postlint": "template-oss-check", 13 "snap": "tap", 14 "posttest": "npm run lint", 15 "template-oss-apply": "template-oss-apply --force" 16 }, 17 "devDependencies": { 18 "@npmcli/eslint-config": "^4.0.0", 19 "@npmcli/template-oss": "4.21.3", 20 "spawk": "^1.8.1", 21 "tap": "^16.0.1" 22 }, 23 "dependencies": { 24 "@npmcli/node-gyp": "^3.0.0", 25 "@npmcli/package-json": "^5.0.0", 26 "@npmcli/promise-spawn": "^7.0.0", 27 "node-gyp": "^10.0.0", 28 "which": "^4.0.0" 29 }, 30 "files": [ 31 "bin/", 32 "lib/" 33 ], 34 "main": "lib/run-script.js", 35 "repository": { 36 "type": "git", 37 "url": "https://github.com/npm/run-script.git" 38 }, 39 "engines": { 40 "node": "^16.14.0 || >=18.0.0" 41 }, 42 "templateOSS": { 43 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 44 "version": "4.21.3", 45 "publish": "true" 46 }, 47 "tap": { 48 "nyc-arg": [ 49 "--exclude", 50 "tap-snapshots/**" 51 ] 52 } 53} 54