UNPKG

@pgsz/pg-cli

Version:

pg-cli脚手架的自我学习

41 lines (40 loc) 935 B
{ "name": "@pgsz/pg-cli", "version": "1.0.3", "description": "pg-cli脚手架的自我学习", "workspaces": [ "packages/pg-*" ], "husky": { "hooks": { "commit-msg": "node scripts/verify-commit.js" } }, "keywords": [ "cli", "pg-cli" ], "license": "ISC", "author": "pgsz <962797832@qq.com>", "homepage": "https://github.com/pgsz/cli-stu#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git+https://github.com/pgsz/cli-stu.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/pgsz/cli-stu/issues" }, "devDependencies": { "eslint": "^7.20.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1", "husky": "^4.3.0", "lerna": "^4.0.0" } }