1{ 2 "name": "@npmcli/promise-spawn", 3 "version": "7.0.1", 4 "files": [ 5 "bin/", 6 "lib/" 7 ], 8 "main": "./lib/index.js", 9 "description": "spawn processes the way the npm cli likes to do", 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/npm/promise-spawn.git" 13 }, 14 "author": "GitHub Inc.", 15 "license": "ISC", 16 "scripts": { 17 "test": "tap", 18 "snap": "tap", 19 "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", 20 "lintfix": "npm run lint -- --fix", 21 "posttest": "npm run lint", 22 "postsnap": "npm run lintfix --", 23 "postlint": "template-oss-check", 24 "template-oss-apply": "template-oss-apply --force" 25 }, 26 "tap": { 27 "check-coverage": true, 28 "nyc-arg": [ 29 "--exclude", 30 "tap-snapshots/**" 31 ] 32 }, 33 "devDependencies": { 34 "@npmcli/eslint-config": "^4.0.0", 35 "@npmcli/template-oss": "4.21.3", 36 "spawk": "^1.7.1", 37 "tap": "^16.0.1" 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 "dependencies": { 48 "which": "^4.0.0" 49 } 50} 51