barrelbot
Version:
a small utility to maintain barrel files
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "barrelbot",
"version": "0.0.6",
"description": "a small utility to maintain barrel files",
"main": "index.js",
"repository": "https://github.com/sw-yx/barrelbot.git",
"author": "sw-yx <swyx@dontemail.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sw-yx/barrelbot/issues"
},
"homepage": "https://github.com/sw-yx/barrelbot#readme",
"bin": {
"barrelbot": "bin/barrelbot"
},
"scripts": {
"version": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md",
"prepublishOnly": "git push && git push --tags && gh-release",
"build": "tsc -p ."
},
"keywords": [
"TypeScript",
"Barrel",
"Module",
"Barrelsby"
],
"dependencies": {
"chokidar": "^2.1.1",
"yargs": "^13.2.0"
},
"devDependencies": {
"@types/chokidar": "^1.7.5",
"@types/node": "^11.9.4",
"@types/yargs": "^12.0.9",
"auto-changelog": "^1.13.0",
"gh-release": "^3.5.0",
"ts-node": "^8.0.2",
"typescript": "^3.3.3"
},
"files": [
"tsconfig.json",
"build",
"LICENSE",
"readme.md",
"bin"
]
}