tiny-commit-walker
Version:
tiny commit walker
44 lines (43 loc) • 1.17 kB
JSON
{
"name": "tiny-commit-walker",
"version": "1.2.1",
"description": "tiny commit walker",
"main": "index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "ava tests --verbose",
"build": "tsc",
"watch:build": "npm run build -- -w",
"watch:test": "npm run test -- -w",
"watch": "run-p watch:*",
"prepublishOnly": "run-s build test",
"docs:build": "typedoc --out docs --excludeNotExported --excludePrivate --mode file --exclude '**/index.ts'",
"docs:touch-nojeykll": "nodetouch docs/.nojekyll",
"docs": "run-s docs:build docs:touch-nojeykll"
},
"keywords": [
"git", "commit"
],
"author": "Syu Kato",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ukyo/tiny-commit-walker.git"
},
"bugs": {
"url": "https://github.com/ukyo/tiny-commit-walker/issues"
},
"dependencies": {
"lru-cache": "^4.1.1",
"util.promisify": "^1.0.0"
},
"devDependencies": {
"@types/lru-cache": "^4.0.0",
"@types/node": "^8.0.10",
"ava": "^0.20.0",
"npm-run-all": "^4.0.2",
"touch": "^3.1.0",
"typedoc": "^0.7.1",
"typescript": "^2.4.1"
}
}