npm-package/test/package.json

30 lines
663 B
JSON
Raw Permalink Normal View History

2020-06-29 13:26:37 +08:00
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ioredis": "^4.17.3",
"bluebird": "^3.7.2",
"jsonwebtoken": "^8.5.1",
"koa": "^2.12.0",
"koa-body": "^4.1.2",
"koa-compress": "^4.0.1",
"koa-logger": "^3.2.1",
"koa-router": "^8.0.8",
"koa-static": "^5.0.0",
"koa-useragent": "^4.0.0",
"koa2-cors": "^2.0.6",
"moment": "^2.25.3",
"mongoose": "^5.9.15",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"socket.io": "^2.3.0"
}
}