itodo
Version:
Get the TODO/FIXME list
49 lines (48 loc) • 1.01 kB
JSON
{
"name": "itodo",
"version": "1.1.0",
"description": "Get the TODO/FIXME list",
"main": "lib/itodo.js",
"scripts": {
"test": "mocha -R spec",
"lint": "eslint --fix ./lib ./bin",
"cov": "nyc -r=lcov -r=html -r=text -r=json npm run test",
"ci": "npm run lint && npm run cov && codecov"
},
"bin": {
"itodo": "bin/itodo.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JacksonTian/itodo.git"
},
"keywords": [
"TODO",
"FIXME"
],
"dependencies": {
"iwalk": "^0.0.3",
"commander": "^1.1.1",
"printable": "^0.0.3"
},
"devDependencies": {
"codecov": "^3.8.2",
"eslint": "^7.29.0",
"mocha": "^9.0.1",
"nyc": "^15.1.0"
},
"author": "Jackson Tian",
"license": "MIT",
"directories": {
"lib": "lib",
"test": "test"
},
"bugs": {
"url": "https://github.com/JacksonTian/itodo/issues"
},
"homepage": "https://github.com/JacksonTian/itodo#readme",
"files": [
"lib",
"bin"
]
}