19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"name": "qingting",
|
|
"version": "1.0.0",
|
|
"description": "redirect to qingting",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node main.js"
|
|
},
|
|
"author": "RainSun",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"crypto": "^1.0.1",
|
|
"koa": "^2.0.0",
|
|
"koa-router": "^7.4.0",
|
|
"moment": "^2.27.0"
|
|
}
|
|
}
|