-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 910 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 910 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
{
"name": "openhab-modern-proxy",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"postinstall": "patch-package",
"build:tailwind": "tailwindcss -c tailwind.config.js -i ./tailwind.input.css -o ./public/tailwind.css --minify",
"test": "node --test tests/**/*.test.js",
"test:unit": "node --test tests/unit/*.test.js",
"test:integration": "node --test tests/integration/*.test.js",
"test:security": "node --test tests/security/*.test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@material-design-icons/svg": "^0.14.15",
"better-sqlite3": "^9.6.0",
"compression": "^1.8.1",
"express": "^5.2.1",
"http-proxy-middleware": "^3.0.5",
"morgan": "^1.10.1",
"mysql2": "^3.16.0",
"ws": "^8.18.3"
},
"devDependencies": {
"patch-package": "^8.0.1",
"tailwindcss": "^3.4.17"
}
}