complete
Showing
bin/run
0 → 100755
config.ts
0 → 100644
| ... | ... | @@ -8,10 +8,12 @@ |
| "dependencies": { | ||
| "aliyun-oss-upload-stream": "^1.3.0", | ||
| "aliyun-sdk": "^1.9.22", | ||
| "aria2": "^3.0.0", | ||
| "async-busboy": "^0.3.4", | ||
| "bluebird": "^3.5.0", | ||
| "dot-env": "^0.0.1", | ||
| "dotenv": "^4.0.0", | ||
| "fs-extra-promise": "^1.0.1", | ||
| "inversify": "^3.3.0", | ||
| "iridium": "^7.1.6", | ||
| "is-zip": "^1.0.0", | ||
| ... | ... | @@ -24,13 +26,16 @@ |
| "mongoose-timestamp": "^0.6.0", | ||
| "mongoose-unique-validator": "^1.0.4", | ||
| "tmp": "0.0.31", | ||
| "uuid": "^3.0.1" | ||
| "uuid": "^3.0.1", | ||
| "vercomp": "^1.0.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/bluebird": "^3.5.0", | ||
| "@types/busboy": "^0.2.3", | ||
| "@types/fs-extra-promise": "^0.0.32", | ||
| "@types/koa": "^2.0.37", | ||
| "@types/koa-bodyparser": "^3.0.22", | ||
| "@types/koa-router": "^7.0.21", | ||
| "@types/koa-router": "^7.0.22", | ||
| "@types/log4js": "0.0.32", | ||
| "@types/mongodb": "^2.1.36", | ||
| "@types/mongoose": "^4.7.8", | ||
| ... | ... |
package/main.ts
0 → 100644
package/utils.ts
0 → 100644
Please register or sign in to comment