-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.7 KB
/
package.json
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
58
59
60
{
"name": "mirai-backend",
"version": "1.0.0",
"description": "This is backend for our mirai project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.ts",
"start": "vercel dev",
"deploy": "vercel deploy --prod",
"build" : ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mirai-Research-Lab/mirai-backend.git"
},
"author": "metal-oopa",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mirai-Research-Lab/mirai-backend/issues"
},
"homepage": "https://github.com/Mirai-Research-Lab/mirai-backend#readme",
"dependencies": {
"@devion/common": "^1.0.13",
"@types/connect-mongodb-session": "^2.4.4",
"@types/express-session": "^1.17.5",
"@types/node-cron": "^3.0.5",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"cloudinary": "^1.32.0",
"connect-mongodb-session": "^3.1.1",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-validator": "^6.14.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.7.0",
"moralis": "^2.7.1",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.2",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4",
"vercel": "^28.5.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "^1.19.2",
"@types/cookie-parser": "^1.4.3",
"@types/cookie-session": "^2.0.44",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/jsonwebtoken": "^8.5.9",
"@types/multer": "^1.4.7",
"cookie-parser": "^1.4.6"
}
}