@hygiene/core
Version:
Keep your TODOs and FIXMEs healthy
50 lines (49 loc) • 1.27 kB
JSON
{
"name": "@hygiene/core",
"version": "0.0.4",
"publishConfig": {
"access": "public"
},
"description": "Keep your TODOs and FIXMEs healthy",
"main": "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": [
"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",
"devDependencies": {
"@types/babel__code-frame": "^7.0.0",
"@types/debug": "^0.0.31",
"@types/glob": "^7.1.1",
"@types/lodash": "^4.14.119",
"dotenv-cli": "^1.4.0",
"npm-run-all": "^4.1.5",
"upbin": "^0.8.1"
},
"dependencies": {
"@babel/code-frame": "^7.0.0",
"debug": "^4.1.1",
"glob": "^7.1.3",
"leasot": "^7.0.0-rc.6",
"lodash": "^4.17.11"
},
"gitHead": "351b08ac547401ea0e12341b4350055a964c800c"
}