UNPKG

@znode/execa

Version:
81 lines (80 loc) 1.61 kB
{ "name": "@znode/execa", "version": "0.2.4", "description": "Node.js Exec Sub Shell", "keywords": [ "znode", "exec", "execa" ], "author": "zero <tobewhatwewant@gmail.com>", "homepage": "https://github.com/zcorky/zodash#readme", "license": "MIT", "main": "lib/index.js", "directories": { "lib": "lib" }, "files": [ "lib" ], "jest": { "roots": [ "__tests__" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": ".*\\.(spec|test)\\.(ts|tsx)$", "moduleDirectories": [ "node_modules", "src" ], "moduleFileExtensions": [ "ts", "tsx", "js", "jsx" ], "coverageDirectory": "./coverage/", "collectCoverage": true, "collectCoverageFrom": [ "src/**/*.{ts,tsx}" ], "coverageThreshold": { "global": { "branches": 50, "functions": 60, "lines": 60, "statements": -40 } } }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/zcorky/zodash.git" }, "scripts": { "build": "tsc", "test": "jest -w 1", "coverage": "codecov" }, "bugs": { "url": "https://github.com/zcorky/zodash/issues" }, "devDependencies": { "@zcorky/deep-equal": "^0.0.1" }, "dependencies": { "@zcorky/fz": "^1.2.9", "@znode/exit-codes": "^0.0.3", "@zodash/event": "^0.1.8", "chalk": "^4.1.2", "globby": "11", "ps-tree": "^1.2.0", "which": "^2.0.2" }, "gitHead": "7cd11c0c01ebbd743d7a7ecc48a8c9ee9ac6f878" }