Wed May 29 16:02:00 CST 2024 inscode
Showing
html/index.html
0 → 100644
index.html
0 → 100644
| ... | @@ -5,14 +5,14 @@ | ... | @@ -5,14 +5,14 @@ |
| "main": "index.js", | "main": "index.js", | ||
| "scripts": { | "scripts": { | ||
| "dev": "node index.js", | "dev": "node index.js", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | "http": "http-server -p 80" | ||
| }, | }, | ||
| "keywords": [], | "keywords": [], | ||
| "author": "", | "author": "", | ||
| "license": "ISC", | "license": "ISC", | ||
| "dependencies": { | "dependencies": { | ||
| "@types/node": "^18.0.6", | "@types/node": "^18.0.6", | ||
| "http-server": "^14.1.1", | |||
| "node-fetch": "^3.2.6" | "node-fetch": "^3.2.6" | ||
| } | } | ||
| } | } | ||
| \ No newline at end of file |
想要评论请 注册 或 登录