forked from RamaRaju-personal-org/webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1019 Bytes
/
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
{
"name": "janakiramaraju_vadapalli_002698603_02",
"version": "1.0.0",
"description": "```bash npm init ``` # Installing pacakges, ORM & database driver ```bash npm i mysql express nodemon sequelize mysql2 dotenv",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest",
"start": "node index.js"
},
"jest": {
"testEnvironment": "node"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/functions-framework": "^3.3.0",
"@google-cloud/pubsub": "^4.3.3",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"mysql": "^2.18.1",
"mysql2": "^3.9.1",
"node-json-logger": "^0.2.1",
"nodemailer": "^6.9.13",
"nodemailer-mailgun-transport": "^2.1.5",
"nodemon": "^3.0.3",
"sequelize": "^6.35.2"
},
"devDependencies": {
"jest": "^29.7.0",
"supertest": "^6.3.4"
},
"keywords": []
}