12345678910111213141516171819202122 |
- {
- "name": "koa-demo",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "type": "module",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "nodemon"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@koa/router": "^12.0.0",
- "jsonwebtoken": "^9.0.0",
- "koa": "^2.14.2",
- "koa-body": "^6.0.1",
- "koa-static": "^5.0.0",
- "mysql2": "^3.3.0"
- }
- }
|