{ "name": "@cc-server/db", "version": "0.6.2", "description": "> TODO: description", "author": "MiaoWoo ", "homepage": "https://github.com/502647092/cc-server-parent#readme", "license": "ISC", "main": "dist/index.js", "publishConfig": { "registry": "https://repo.yumc.pw/repository/npm-hosted/" }, "repository": { "type": "git", "url": "git+https://github.com/502647092/cc-server-parent.git" }, "scripts": { "watch": "npx tsc --watch", "build": "rimraf dist && npx tsc", "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/502647092/cc-server-parent/issues" }, "devDependencies": { "mocha": "^6.1.4", "rimraf": "^2.6.3", "typescript": "^3.5.1" } }