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