-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 743 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 743 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
{
"name": "birdash",
"version": "1.55.43",
"private": true,
"scripts": {
"start": "node server/server.js",
"test": "node --test tests/*.test.js",
"test:unit": "node --test tests/safe-config.test.js",
"test:e2e": "npx playwright test",
"smoke": "node scripts/smoke.mjs",
"screenshots": "node scripts/screenshots.mjs",
"lint": "eslint .",
"lint:migrations": "node scripts/lint-migrations.mjs"
},
"dependencies": {
"bcryptjs": "^3.0.3",
"better-sqlite3": "^12.8.0",
"mqtt": "^5.15.1",
"prom-client": "^15.1.3",
"suncalc": "^1.9.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.59.1",
"eslint": "^10.2.1",
"playwright": "^1.59.1"
}
}