Removed unused dependencies
Showing
2 changed files
with
1 additions
and
4 deletions
This diff is collapsed.
Click to expand it.
| ... | @@ -5,8 +5,7 @@ | ... | @@ -5,8 +5,7 @@ |
| 5 | "main": "index.js", | 5 | "main": "index.js", |
| 6 | "scripts": { | 6 | "scripts": { |
| 7 | "test": "echo \"Error: no test specified\" && exit 1", | 7 | "test": "echo \"Error: no test specified\" && exit 1", |
| 8 | "start": "node index.js", | 8 | "start": "node index.js" |
| 9 | "dev": "nodemon index.js" | ||
| 10 | }, | 9 | }, |
| 11 | "author": "", | 10 | "author": "", |
| 12 | "license": "ISC", | 11 | "license": "ISC", |
| ... | @@ -20,11 +19,9 @@ | ... | @@ -20,11 +19,9 @@ |
| 20 | "dotenv": "^16.0.3", | 19 | "dotenv": "^16.0.3", |
| 21 | "express": "^4.18.2", | 20 | "express": "^4.18.2", |
| 22 | "express-rate-limit": "^6.7.0", | 21 | "express-rate-limit": "^6.7.0", |
| 23 | "js-cookie": "^3.0.5", | ||
| 24 | "js-tiktoken": "1.0.7", | 22 | "js-tiktoken": "1.0.7", |
| 25 | "morgan": "^1.10.0", | 23 | "morgan": "^1.10.0", |
| 26 | "node-fetch": "^2.7.0", | 24 | "node-fetch": "^2.7.0", |
| 27 | "nodemon": "^3.1.0", | ||
| 28 | "openai": "^3.2.0" | 25 | "openai": "^3.2.0" |
| 29 | } | 26 | } |
| 30 | } | 27 | } | ... | ... |
-
Please register or sign in to post a comment