little-tool
Version:
A little tool for help development debug
31 lines (30 loc) • 660 B
JSON
{
"name": "little-tool",
"version": "1.0.4",
"description": "A little tool for help development debug",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luf543/little-tool.git"
},
"author": "lufeng",
"license": "MIT",
"bin": {
"dt": "./index.js"
},
"bugs": {
"url": "https://github.com/luf543/little-tool/issues"
},
"keywords": [
"randomID",
"randomPhone"
],
"homepage": "https://github.com/luf543/little-tool#readme",
"dependencies": {
"shelljs": "^0.7.8",
"yargs": "^10.0.3"
}
}