UNPKG

coffee

Version:
57 lines (56 loc) 1.22 kB
{ "name": "coffee", "version": "5.5.1", "description": "Test command line on Node.js.", "main": "index.js", "files": [ "index.js", "lib", "index.d.ts" ], "dependencies": { "cross-spawn": "^6.0.5", "debug": "^4.1.0", "is-type-of": "^1.2.1" }, "devDependencies": { "@types/node": "^10.12.18", "egg-bin": "^5.5.0", "eslint": "^8.28.0", "eslint-config-egg": "^12.1.0", "lodash.ismatch": "^4.4.0", "mm": "^3.2.1", "mocha": "^10.1.0", "mz-modules": "^2.1.0", "nyc": "^11.0.2", "spy": "^1.0.0", "tsd": "^0.24.1", "typescript": "^4.9.3" }, "repository": { "type": "git", "url": "git://github.com/node-modules/coffee.git" }, "homepage": "https://github.com/node-modules/coffee", "author": "popomore <sakura9515@gmail.com>", "keywords": [ "cli", "test", "shell", "spawn", "fork", "child_process", "exec" ], "license": "MIT", "engines": { "node": ">= 6.0.0" }, "scripts": { "lint": "eslint .", "test": "npm run lint -- --fix && npm run test-local", "test-local": "tsd && egg-bin test", "cov": "tsd && egg-bin cov", "ci": "npm run lint && npm run cov" } }