UNPKG

teen_process

Version:
77 lines (76 loc) 1.94 kB
{ "name": "teen_process", "version": "4.1.8", "description": "A grown up version of Node's spawn/exec", "keywords": [ "child_process", "process management", "subprocess", "spawn", "exec", "process", "child" ], "bugs": { "url": "https://github.com/appium/node-teen_process/issues" }, "repository": { "type": "git", "url": "https://github.com/appium/node-teen_process.git" }, "license": "Apache-2.0", "author": "Appium Contributors", "main": "build/lib/index.js", "types": "build/lib/index.d.ts", "bin": {}, "directories": { "lib": "lib" }, "files": [ "lib", "build/lib", "CHANGELOG.md" ], "scripts": { "build": "tsc -b", "clean": "npm run build -- --clean", "dev": "npm run build -- --watch", "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "lint:types": "tsc", "format": "prettier -w ./lib ./test", "format:check": "prettier --check ./lib ./test", "prepare": "npm run rebuild", "rebuild": "npm run clean && npm run build", "test": "node --test \"./build/test/**/*.spec.js\"" }, "prettier": { "bracketSpacing": false, "printWidth": 100, "singleQuote": true }, "dependencies": { "shell-quote": "^1.8.1" }, "devDependencies": { "@appium/eslint-config-appium-ts": "^3.0.0", "@appium/tsconfig": "^1.0.0-rc.1", "@appium/types": "^1.0.0-rc.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/chai": "5.2.3", "@types/chai-as-promised": "8.0.2", "@types/node": "^26.0.0", "@types/shell-quote": "^1.7.5", "chai": "^6.0.0", "chai-as-promised": "^8.0.0", "conventional-changelog-conventionalcommits": "^9.3.1", "prettier": "^3.1.0", "semantic-release": "^25.0.2", "typescript": "^6.0.2" }, "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": ">=10" } }