@oceans/oceans-cli
Version:
work for oceans
26 lines (25 loc) • 506 B
JSON
{
"name": "@oceans/oceans-cli",
"version": "1.0.0",
"description": "work for oceans",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pub": "npm publish --access public"
},
"keywords": [
"oceans",
"cli"
],
"bin": {
"oceans-cli": "./bin/index.js"
},
"author": "chaoningx@163.com",
"license": "ISC",
"devDependencies": {},
"dependencies": {
"base32": "0.0.6",
"chalk": "^4.0.0",
"commander": "^5.1.0"
}
}