Tue Aug 6 11:08:00 CST 2024 inscode
Showing
| ... | ... | @@ -4,15 +4,15 @@ |
| "description": "", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "dev": "node index.js", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| "dev": "node index.js", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "@types/node": "^18.0.6", | ||
| "node-fetch": "^3.2.6" | ||
| "@types/node": "^18.0.6", | ||
| "express": "^4.19.2", | ||
| "node-fetch": "^3.2.6" | ||
| } | ||
| } | ||
| \ No newline at end of file | ||
| } |
想要评论请 注册 或 登录