eunbie-npm-deploy
Version:
npm-deploy
24 lines (23 loc) • 385 B
JSON
{
"name": "eunbie-npm-deploy",
"version": "1.0.1",
"description": "npm-deploy",
"main": "index.js",
"bin": {
"log-run": "bin/cli.js"
},
"keywords": [
"npm-deploy"
],
"author": "",
"license": "MIT",
"files": [
"cli"
],
"dependencies": {
"commander": "^14.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}