-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 764 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 764 Bytes
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
{
"name": "devmode",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.ts"
},
"keywords": [],
"author": "Walaalka",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.515.0",
"@clerk/clerk-sdk-node": "^4.13.9",
"@google-cloud/storage": "^7.8.0",
"@google-cloud/translate": "^8.1.0",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"firebase-admin": "^12.0.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/multer": "^1.4.11",
"@types/multer-s3": "^3.0.3",
"@types/node": "^20.11.17",
"nodemon": "^3.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}