23 lines
441 B
JSON
23 lines
441 B
JSON
{
|
|
"name": "aok",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"redis": "^2.8.0",
|
|
"node-fetch": "^2.6.0",
|
|
"is-generator-function": "^1.0.6",
|
|
"koa": "^2.3.0",
|
|
"koa-bodyparser": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"get-port-cli": "^1.1.0"
|
|
}
|
|
}
|