ca7417ef by Leff Tubat

Removed unused dependencies

1 parent f2babbf6
......@@ -5,8 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
"start": "node index.js"
},
"author": "",
"license": "ISC",
......@@ -20,11 +19,9 @@
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"js-cookie": "^3.0.5",
"js-tiktoken": "1.0.7",
"morgan": "^1.10.0",
"node-fetch": "^2.7.0",
"nodemon": "^3.1.0",
"openai": "^3.2.0"
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!