-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 929 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
{
"name": "aad-gcp-federate-node",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"@aws-sdk/client-cognito-identity": "^3.171.0",
"@azure/core-auth": "^1.4.0",
"@azure/identity": "^3.1.1",
"@azure/msal-node": "^1.14.4",
"@azure/storage-blob": "^12.12.0",
"@grpc/grpc-js": "^1.7.3",
"dotenv-safe": "^8.2.0",
"dotenv-save": "^1.2.0",
"express": "^4.18.2",
"express-pino-logger": "^7.0.0",
"fs": "^0.0.1-security",
"http-status-codes": "^2.2.0",
"isomorphic-fetch": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"pino": "^8.7.0",
"pino-pretty": "^9.1.1"
},
"devDependencies": {
"@types/node": "^14.18.33"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"build": "tsc -p ./src",
"start": "node ./src/app.js",
"debug": "node ./src/app.js"
},
"author": "uday hegde",
"license": "ISC"
}