js 写法
Showing
No preview for this file type
This diff is collapsed.
| ... | ... | @@ -10,10 +10,15 @@ |
| "license": "ISC", | ||
| "dependencies": { | ||
| "acorn": "^8.10.0", | ||
| "axios": "^1.6.2", | ||
| "body-parser": "^1.20.2", | ||
| "crypto-js": "^4.2.0", | ||
| "express": "^4.18.2", | ||
| "md5": "^2.3.0" | ||
| "log4js": "^6.9.1", | ||
| "md5": "^2.3.0", | ||
| "pino": "^8.16.2", | ||
| "qs": "^6.11.2", | ||
| "query-string": "^8.1.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.22.11", | ||
| ... | ... |
run.js
0 → 100644
Please register or sign in to comment