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",
|
2019-06-20 10:25:32 +00:00
|
|
|
"description": "> TODO: description",
|
2019-06-11 05:09:50 +00:00
|
|
|
"author": "MiaoWoo <admin@yumc.pw>",
|
2019-06-20 10:25:32 +00:00
|
|
|
"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": {
|
2019-06-28 07:30:46 +00:00
|
|
|
"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"
|
|
|
|
},
|
2019-06-20 10:25:32 +00:00
|
|
|
"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
|
|
|
}
|