36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "@cc-server/db-mongo",
|
|
"version": "0.5.0",
|
|
"description": "> TODO: description",
|
|
"author": "MiaoWoo <admin@yumc.pw>",
|
|
"homepage": "https://faas.yumc.pw",
|
|
"license": "ISC",
|
|
"main": "dist/index.js",
|
|
"publishConfig": {
|
|
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
|
|
},
|
|
"scripts": {
|
|
"watch": "npx tsc --watch",
|
|
"build": "rimraf dist && npx tsc",
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/502647092/cc-server-parent.git"
|
|
},
|
|
"dependencies": {
|
|
"@cc-server/db": "^0.5.0",
|
|
"@cc-server/ioc": "^0.5.0",
|
|
"inversify": "^5.0.1",
|
|
"mongodb": "^3.2.7",
|
|
"reflect-metadata": "^0.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mongodb": "^3.1.28",
|
|
"mocha": "^6.1.4",
|
|
"rimraf": "^2.6.3",
|
|
"typescript": "^3.5.1"
|
|
},
|
|
"gitHead": "7d84393a3cb6be6be9ed51d71f12677d2d7d0728"
|
|
}
|