UNPKG

create-3h-node

Version:
35 lines (34 loc) 768 B
{ "name": "create-3h-node", "version": "0.5.5", "description": "A node lib initializer.", "bin": "./index.js", "scripts": { "pretest": "rm -r test || exit 0", "test": "node ./index.js -n test -a 3h -k a b c --no-install", "help": "node ./index.js --help" }, "repository": "huang2002/create-3h-node", "keywords": [ "node", "lib", "init", "3h" ], "author": "3h", "license": "MIT", "bugs": { "url": "https://github.com/huang2002/create-3h-node/issues" }, "homepage": "https://github.com/huang2002/create-3h-node#readme", "devDependencies": { "@types/node": "^13.13.9" }, "dependencies": { "3h-cli": "^2.2.1" }, "files": [ "template", "index.js" ] }