-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 818 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 818 Bytes
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
{
"name": "portier",
"version": "1.0.0",
"main": "src/index.js",
"repository": "git@github.com:initLab/portier.git",
"author": "Vencislav Atanasov <git@6bez10.info>",
"license": "MIT",
"scripts": {
"start": "node src/index.js",
"lint": "eslint ."
},
"type": "module",
"dependencies": {
"cors": "^2.8.5",
"debug": "^4.3.4",
"event-pubsub": "^5.0.3",
"express": "^4.18.2",
"minimist": "^1.2.8",
"mqtt": "^5.0.2",
"node-fetch": "^3.3.2",
"passport": "^0.7.0",
"passport-zitadel": "^1.1.13",
"prom-client": "^15.1.0",
"sequelize": "^6.33.0",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"eslint": "^8.46.0"
}
}