-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "gatool-api",
"version": "3.0.0",
"repository": "https://github.com/arthurlockman/gatool",
"private": true,
"author": "James Lockman, Arthur Rosa",
"license": "MIT",
"type": "module",
"scripts": {
"start": "node app.js",
"start:dev": "nodemon app.js",
"write-version": "echo $(git rev-parse HEAD) >> version.txt",
"deploy:production": "pm2 deploy ecosystem.config.cjs production --force"
},
"dependencies": {
"@azure/identity": "^4.4.1",
"@azure/identity-vscode": "^1.0.0",
"@azure/keyvault-secrets": "^4.8.0",
"@azure/storage-blob": "^12.24.0",
"debug": "~4.3.6",
"express": "~4.19.2",
"express-async-errors": "^3.1.1",
"express-oauth2-jwt-bearer": "^1.6.0",
"express-unless": "^2.1.3",
"got": "^14.4.2",
"lodash": "^4.17.21",
"newrelic": "^12.3.1",
"node_extra_ca_certs_mozilla_bundle": "^1.0.6",
"pino-http": "^10.3.0",
"redis": "^4.7.0",
"set-interval-async": "^3.0.3"
},
"devDependencies": {
"dotenv": "^16.4.5",
"nodemon": "^3.1.4"
}
}