1234567891011121314151617181920 |
- {
- "name": "fortnite-server",
- "version": "1.0.0",
- "description": "```服务端```",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "koa": "^2.5.0",
- "koa-router": "^7.4.0",
- "koa-static": "^4.0.2"
- },
- "dependencies": {
- "cheerio": "^1.0.0-rc.2",
- "request": "^2.85.0"
- }
- }
|