1
0
Fork 0
cc-server-parent/packages/db/package.json

30 lines
855 B
JSON
Raw Normal View History

2019-06-11 05:09:50 +00:00
{
2019-06-21 08:47:18 +00:00
"name": "@cc-server/db",
2019-10-17 08:01:16 +00:00
"version": "0.6.2",
"description": "> TODO: description",
2019-06-11 05:09:50 +00:00
"author": "MiaoWoo <admin@yumc.pw>",
"homepage": "https://github.com/502647092/cc-server-parent#readme",
2019-06-11 05:09:50 +00:00
"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",
2019-06-11 16:25:53 +00:00
"build": "rimraf dist && npx tsc",
2019-06-11 05:09:50 +00:00
"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",
2019-06-11 05:09:50 +00:00
"typescript": "^3.5.1"
2019-06-20 13:05:49 +00:00
}
2019-06-21 09:40:54 +00:00
}