测试
Showing
... | ... | @@ -5,7 +5,9 @@ |
"start": "node server.js", | ||
"server": "node server.js", | ||
"tsc": "tsc", | ||
"prestart": "tsc" | ||
"prestart": "tsc", | ||
"test": "node test.js", | ||
"pretest": "tsc" | ||
}, | ||
"dependencies": { | ||
"aliyun-oss-upload-stream": "^1.3.0", | ||
... | ... | @@ -31,16 +33,22 @@ |
"@types/bluebird": "^3.5.0", | ||
"@types/busboy": "^0.2.3", | ||
"@types/fs-extra-promise": "^0.0.32", | ||
"@types/isomorphic-fetch": "0.0.34", | ||
"@types/koa": "^2.0.37", | ||
"@types/koa-bodyparser": "^3.0.22", | ||
"@types/koa-router": "^7.0.22", | ||
"@types/lodash": "^4.14.63", | ||
"@types/log4js": "0.0.32", | ||
"@types/node": "^7.0.13", | ||
"@types/pluralize": "0.0.27", | ||
"@types/tmp": "0.0.32", | ||
"@types/uuid": "^2.0.29", | ||
"@types/xmldoc": "^0.5.0", | ||
"isomorphic-fetch": "latest", | ||
"lodash": "latest", | ||
"nodemon": "^1.11.0", | ||
"tslint": "^5.1.0", | ||
"typescript": "^2.1.4" | ||
"typescript": "^2.1.4", | ||
"xmldoc": "^1.0.0" | ||
} | ||
} |
test.ts
0 → 100644
Please register or sign in to comment