-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "impakter-api",
"version": "1.0.0",
"description": "ImpakterTools backend",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "test"
},
"repository": {
"type": "git",
"url": "n"
},
"keywords": [
"impakter",
"certificate"
],
"author": "Aravind Samala",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.897.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-openid-connect": "^2.3.1",
"google-auth-library": "^7.0.4",
"googleapis": "^73.0.0",
"json-web-token": "^3.2.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.7",
"mysql": "^2.18.1",
"nodemailer": "^6.6.0",
"serverless": "^2.39.0",
"shared.code": "git+https://github.com/Impakter/SHARED.CODE.git",
"sync-mysql": "^3.0.1",
"sync-sql": "^1.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}