Tue Mar 18 16:50:00 CST 2025 inscode
Showing
| ... | @@ -4,15 +4,18 @@ | ... | @@ -4,15 +4,18 @@ |
| "description": "", | "description": "", | ||
| "main": "index.js", | "main": "index.js", | ||
| "scripts": { | "scripts": { | ||
| "dev": "node index.js", | "dev": "node index.js", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | }, | ||
| "keywords": [], | "keywords": [], | ||
| "author": "", | "author": "", | ||
| "license": "ISC", | "license": "ISC", | ||
| "dependencies": { | "dependencies": { | ||
| "@types/node": "^18.0.6", | "@types/node": "^18.0.6", | ||
| "node-fetch": "^3.2.6" | "expres": "^0.0.5", | ||
| "express": "^4.21.2", | |||
| "multer": "^1.4.5-lts.1", | |||
| "node-fetch": "^3.2.6", | |||
| "tencentcloud-sdk-nodejs": "^4.0.1053" | |||
| } | } | ||
| } | } | ||
| \ No newline at end of file |
想要评论请 注册 或 登录