qingting/package.json
2020-08-05 22:45:44 +08:00

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"
}
}