2019-06-10 10:56:29 +00:00
|
|
|
{
|
|
|
|
"name": "cc-server-ioc",
|
2019-06-11 05:10:25 +00:00
|
|
|
"version": "0.1.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",
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2019-06-11 05:09:50 +00:00
|
|
|
"build": "npx tsc",
|
2019-06-10 10:56:29 +00:00
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"inversify": "^5.0.1",
|
2019-06-11 05:09:50 +00:00
|
|
|
"inversify-binding-decorators": "^4.0.0",
|
|
|
|
"reflect-metadata": "^0.1.13",
|
|
|
|
"typescript": "^3.5.1"
|
|
|
|
},
|
|
|
|
"gitHead": "7d84393a3cb6be6be9ed51d71f12677d2d7d0728"
|
2019-06-11 05:10:25 +00:00
|
|
|
}
|