forked from opencodeiiita/SaveMyForm-Backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 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
{
"name": "save_my_form-backend",
"version": "0.1.0",
"scripts": {
"start": "nodemon app.js"
},
"description": "Backend for the project SaveMyForm. Backend Less form submission collection for your application",
"main": "app.js",
"dependencies": {
"@aws-sdk/client-s3": "^3.329.0",
"@aws-sdk/s3-request-presigner": "^3.329.0",
"@prisma/client": "^4.14.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"google-auth-library": "^8.7.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.8.0",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"multer-gridfs-storage": "^5.0.2",
"nodemailer": "^6.8.0",
"nodemailer-express-handlebars": "^6.0.0",
"pg": "^8.9.0",
"pg-hstore": "^2.3.4",
"prisma": "^4.14.0",
"uuidv4": "^6.2.13",
"validator": "^13.7.0"
},
"devDependencies": {
"nodemon": "^2.0.18",
"prettier": "^2.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opencodeiiita/SaveMyForm-Backend.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/opencodeiiita/SaveMyForm-Backend/issues"
},
"homepage": "https://github.com/opencodeiiita/SaveMyForm-Backend#readme",
"type": "module"
}