-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 888 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
{
"name": "sn-docker-socket-proxy",
"version": "1.4.3",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@azure/arm-containerinstance": "^9.0.0",
"@azure/identity": "^3.1.2",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"http-proxy-middleware": "^2.0.1",
"lightship": "^6.7.2",
"node-schedule": "^2.1.0",
"passport": "^0.6.0",
"passport-azure-ad": "^4.3.1",
"passport-http": "^0.3.0",
"winston": "^3.6.0"
},
"devDependencies": {
"eslint": "^8.3.0",
"eslint-plugin-node": "^11.1.0",
"nodemon": "^2.0.15"
},
"type": "commonjs",
"engines": {
"node": ">=12.0.0"
}
}