forked from shamoo53/FortiChain-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.42 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "learning-hub",
"version": "1.0.0",
"description": "The backend api of the learning hub",
"main": "server.js",
"scripts": {
"test": "jest --passWithNoTests",
"run": "node server.js",
"dev": "nodemon server.js"
},
"author": "skillnet learning hub",
"license": "ISC",
"dependencies": {
"@apibara/protocol": "^0.4.9",
"@apibara/starknet": "^0.5.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cloudinary": "^1.41.3",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"crypto": "^1.0.1",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-validator": "^7.2.1",
"helmet": "^8.0.0",
"jest": "^29.7.0",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"moment-timezone": "^0.5.47",
"mongoose": "^8.12.1",
"morgan": "^1.10.0",
"multer": "1.4.5-lts.2",
"multer-storage-cloudinary": "^4.0.0",
"nanoid": "^5.1.3",
"nodemailer": "^6.10.0",
"pg": "^8.14.0",
"reflect-metadata": "^0.2.2",
"sequelize": "^6.37.7",
"sequelize-cli": "^6.6.2",
"starknet": "^6.23.1",
"typeorm": "^0.3.21",
"validator": "^13.12.0",
"winston": "^3.17.0"
},
"keywords": [],
"devDependencies": {
"@eslint/js": "^9.18.0",
"chai": "^5.2.0",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"jest": "^29.7.0",
"nodemon": "^3.1.9",
"sqlite3": "^5.1.7",
"supertest": "^7.1.0"
}
}