40 lines
905 B
JSON
Raw Permalink Normal View History

2025-05-22 16:37:43 +08:00
{
"name": "help-me",
"version": "1.1.0",
"description": "Help command for node, partner of minimist and commist",
"main": "help-me.js",
"scripts": {
"test": "standard && node test.js | faucet"
},
"repository": {
"type": "git",
"url": "https://github.com/mcollina/help-me.git"
},
"keywords": [
"help",
"command",
"minimist",
"commist"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/help-me/issues"
},
"homepage": "https://github.com/mcollina/help-me",
"devDependencies": {
"commist": "^1.0.0",
"concat-stream": "^1.4.7",
"faucet": "0.0.1",
"pre-commit": "^1.1.3",
"standard": "^9.0.0",
"tape": "^4.6.0"
},
"dependencies": {
"callback-stream": "^1.0.2",
"glob-stream": "^6.1.0",
"through2": "^2.0.1",
"xtend": "^4.0.0"
}
}