UNPKG

@oceans/cli

Version:

work for oceans

49 lines (48 loc) 998 B
{ "name": "@oceans/cli", "version": "1.2.9", "description": "work for oceans", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "pub": "npm publish --access public", "standard": "standard --fix --verbose | snazzy" }, "keywords": [ "oceans", "cli" ], "bin": { "oceans-cli": "./bin/index.js" }, "author": "chaoningx@163.com", "license": "ISC", "devDependencies": { "babel-eslint": "^10.1.0", "husky": "^4.3.0", "lint-staged": "^10.4.0", "standard": "^14.3.4" }, "dependencies": { "axios": "^0.20.0", "base32": "0.0.6", "chalk": "^4.1.0", "commander": "^6.1.0", "compressing": "^1.5.1", "log4j": "^1.0.0", "log4js": "^6.3.0", "nedb": "^1.8.0", "snazzy": "^8.0.0", "uuid": "^8.3.0" }, "husky": { "hooks": { "pre-commit": "npm run standard" } }, "standard": { "ignore": [], "globals": [], "parser": "babel-eslint" } }