Twan07 commited on
Commit
5e47743
·
verified ·
1 Parent(s): 956274e

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +17 -0
package.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "module",
3
+ "scripts": {
4
+ "dev": "node src/server.js"
5
+ },
6
+ "dependencies": {
7
+ "bcrypt": "^5.1.0",
8
+ "dotenv": "^16.4.5",
9
+ "express": "^4.19.2",
10
+ "express-rate-limit": "^7.4.0",
11
+ "jsonwebtoken": "^9.0.2",
12
+ "ml-isolation-forest": "^1.0.2",
13
+ "mongoose": "^8.6.0",
14
+ "uuid": "^9.0.1",
15
+ "ws": "^8.18.0"
16
+ }
17
+ }