@hygiene/cli
Version:
Keep your TODOs and FIXMEs healthy
54 lines (53 loc) • 1.33 kB
JSON
{
"name": "@hygiene/cli",
"version": "0.0.4",
"publishConfig": {
"access": "public"
},
"description": "Keep your TODOs and FIXMEs healthy",
"main": "index.js",
"bin": {
"hygiene": "./dist/index.js"
},
"scripts": {
"prepare": "npm run build",
"build": "npm-run-all build:*",
"build:ts": "upbin babel --verbose --config-file ../../.babelrc src --extensions '.ts' --out-dir dist",
"build:dts": "upbin tsc --declarationDir ./dist",
"test": "upbin jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Leko/hygiene.git"
},
"keywords": [
"cli",
"hygiene",
"todo",
"fixme",
"comment"
],
"author": "Leko <leko.noor@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Leko/hygiene/issues"
},
"homepage": "https://github.com/Leko/hygiene#readme",
"dependencies": {
"@hygiene/core": "^0.0.4",
"@hygiene/plugin-github-url": "^0.0.4",
"find-up": "^3.0.0",
"ignore": "^5.0.4",
"yargs": "^12.0.5"
},
"devDependencies": {
"@babel/node": "^7.2.2",
"@types/find-up": "^2.1.1",
"@types/lodash": "^4.14.119",
"@types/node": "^10.12.18",
"@types/yargs": "^12.0.2",
"npm-run-all": "^4.1.5",
"upbin": "^0.8.1"
},
"gitHead": "351b08ac547401ea0e12341b4350055a964c800c"
}