2019-06-10 10:56:29 +00:00
|
|
|
{
|
2019-06-21 08:47:18 +00:00
|
|
|
"name": "@cc-server/ioc",
|
2020-01-07 02:00:32 +00:00
|
|
|
"version": "0.7.0",
|
2019-06-10 10:56:29 +00:00
|
|
|
"description": "> TODO: description",
|
|
|
|
"author": "MiaoWoo <admin@yumc.pw>",
|
|
|
|
"homepage": "https://faas.yumc.pw",
|
|
|
|
"license": "ISC",
|
|
|
|
"main": "dist/index.js",
|
2019-10-17 08:49:27 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2019-06-10 10:56:29 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2019-06-29 06:53:27 +00:00
|
|
|
"watch": "npx tsc --watch",
|
2019-06-11 16:25:53 +00:00
|
|
|
"build": "rimraf dist && npx tsc",
|
2019-06-10 10:56:29 +00:00
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
|
|
},
|
2019-06-20 10:25:32 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/502647092/cc-server-parent.git"
|
|
|
|
},
|
2019-06-10 10:56:29 +00:00
|
|
|
"dependencies": {
|
|
|
|
"inversify": "^5.0.1",
|
2019-06-11 05:09:50 +00:00
|
|
|
"inversify-binding-decorators": "^4.0.0",
|
2019-06-28 07:30:46 +00:00
|
|
|
"reflect-metadata": "^0.1.13"
|
2019-06-11 05:09:50 +00:00
|
|
|
},
|
2019-06-11 16:25:53 +00:00
|
|
|
"devDependencies": {
|
2020-01-07 02:00:32 +00:00
|
|
|
"mocha": "^7.0.0",
|
|
|
|
"rimraf": "^3.0.0",
|
|
|
|
"typescript": "^3.7.4"
|
2019-06-11 16:25:53 +00:00
|
|
|
},
|
2019-06-11 05:09:50 +00:00
|
|
|
"gitHead": "7d84393a3cb6be6be9ed51d71f12677d2d7d0728"
|
2019-06-21 09:40:54 +00:00
|
|
|
}
|