20 lines
538 B
JSON
20 lines
538 B
JSON
|
{
|
||
|
"name": "cc-server-ioc",
|
||
|
"version": "0.0.1",
|
||
|
"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": {
|
||
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"inversify": "^5.0.1",
|
||
|
"reflect-metadata": "^0.1.13"
|
||
|
},
|
||
|
"devDependencies": {}
|
||
|
}
|