UNPKG

@nswhp/golden-path

Version:
68 lines (67 loc) 2.03 kB
{ "name": "@nswhp/golden-path", "version": "0.0.11", "description": "Generate all the recommended golden paths", "author": "", "repository": { "type": "git", "url": "git+https://github.com/nsw-health-pathology/golden-path.git" }, "license": "MIT", "main": "./lib/index.js", "bin": { "golden-path": "bin/golden-path" }, "files": [ "lib/**/*" ], "keywords": [ "cli", "golden-path", "nswhp" ], "scripts": { "start": "npm run build && npm run global", "test": "npm run lint && npm run test:unit", "test:unit": "nyc mocha", "lint": "tslint -p . --fix", "build": "npm run clean:some && tsc -p .", "global": "npm i -g && golden-path", "clean:some": "rm -rf ./lib ./docs", "clean:all": "rm -rf ./node_modules ./package-lock.json ./lib ./docs", "refresh": "npm run clean:all && npm install", "tscov": "tscov --min-coverage 90", "tscov:d": "tscov --details", "publish-package": "npm run build && npm publish --access public", "docs": "typedoc --out docs ./src" }, "dependencies": { "figlet": "^1.5.2", "fs-extra": "^10.0.1", "inquirer": "^8.2.0", "kleur": "^4.1.4", "tslib": "^2.3.1" }, "private": false, "devDependencies": { "@liftr/tscov": "^2.0.0", "@types/chai": "^4.2.22", "@types/figlet": "^1.5.4", "@types/fs-extra": "^9.0.13", "@types/inquirer": "^8.1.3", "@types/mocha": "^9.0.0", "@types/node": "^16.10.2", "@types/sinon": "^10.0.4", "@types/sinon-chai": "^3.2.5", "chai": "^4.3.4", "mocha": "^9.1.2", "mocha-junit-reporter": "^2.0.0", "nyc": "^15.1.0", "sinon": "^11.1.2", "sinon-chai": "^3.7.0", "ts-node": "^10.2.1", "tslint": "^6.1.3", "typedoc": "^0.22.12", "typescript": "^4.5.5" } }