ca7417ef by Leff Tubat

Removed unused dependencies

1 parent f2babbf6
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!