UNPKG

@znode/exit-codes

Version:
73 lines (72 loc) 1.42 kB
{ "name": "@znode/exit-codes", "version": "0.0.3", "description": "Node.js Exec Exit Codes", "keywords": [ "znode", "exec", "execa", "exit-codes" ], "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": 60, "functions": 60, "lines": 60, "statements": -20 } } }, "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" }, "gitHead": "c02e0b220537eca25bd2e5c002bec2ba5497ea5f" }