vamtiger-commandline-help
Version:
Get commandline help text.
48 lines (47 loc) • 1.33 kB
JSON
{
"name": "vamtiger-commandline-help",
"version": "0.0.10",
"description": "Get commandline help text.",
"main": "build",
"types": "build/index.d.ts",
"scripts": {
"test": "mocha build/test --recursive",
"build": "tsc",
"commit": "vamtigerNodeTypescriptCommit --push --publish",
"watch": "npm run build -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vamtiger-project/vamtiger-commandline-help.git"
},
"keywords": [
"vamtiger",
"commandline",
"help"
],
"author": "Vamtiger Immortalles",
"license": "MIT",
"bugs": {
"url": "https://github.com/vamtiger-project/vamtiger-commandline-help/issues"
},
"homepage": "https://github.com/vamtiger-project/vamtiger-commandline-help#readme",
"devDependencies": {
"@types/chai": "^4.1.6",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.3",
"@types/trash": "^4.3.0",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"typescript": "^3.1.1",
"vamtiger-bash": "0.0.25",
"vamtiger-bundle-typescript": "0.0.25",
"vamtiger-create-directory": "0.0.5",
"vamtiger-create-file": "0.0.10",
"vamtiger-node-typescript-commit": "^0.15.1"
},
"dependencies": {
"lodash": "^4.17.15",
"vamtiger-get-string-table": "0.0.7"
}
}