24 lines
681 B
JSON
24 lines
681 B
JSON
{
|
|
"name": "cc-server-ioc",
|
|
"version": "0.2.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": {
|
|
"build": "npx tsc",
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"inversify": "^5.0.1",
|
|
"inversify-binding-decorators": "^4.0.0",
|
|
"reflect-metadata": "^0.1.13",
|
|
"typescript": "^3.5.1"
|
|
},
|
|
"gitHead": "7d84393a3cb6be6be9ed51d71f12677d2d7d0728"
|
|
}
|