Wed Sep 4 17:05:00 CST 2024 inscode
Showing
babel.config.js
0 → 100644
index.test.js
0 → 100644
| ... | @@ -4,15 +4,21 @@ | ... | @@ -4,15 +4,21 @@ |
| "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": "jest" | ||
| }, | }, | ||
| "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" | "lodash-es": "^4.17.21", | ||
| "node-fetch": "^3.2.6" | |||
| }, | |||
| "devDependencies": { | |||
| "@babel/core": "^7.25.2", | |||
| "@babel/preset-env": "^7.25.4", | |||
| "babel-jest": "^29.7.0", | |||
| "jest": "^29.7.0" | |||
| } | } | ||
| } | } | ||
| \ No newline at end of file |
sum.js
0 → 100644
想要评论请 注册 或 登录