1234567891011121314151617 |
- {
- "name": "baiduOrder",
- "version": "1.0.0",
- "description": "",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "server": "node app.js"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "koa": "^2.12.1",
- "koa-static": "^5.0.0"
- }
- }
|