aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8109812..8048f93 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "loupe-flightdeck",
- "version": "0.0.3",
+ "version": "0.0.4",
"description": "Turn your stream deck into a flight deck!",
"repository": {
"type": "git",
@@ -14,5 +14,10 @@
"loupedeck": "^6.0.1",
"yaml": "^2.5.0"
},
- "bin": "./app.mjs"
+ "bin": "./app.mjs",
+ "devDependencies": {
+ "@eslint/js": "^9.9.1",
+ "eslint": "^9.9.1",
+ "globals": "^15.9.0"
+ }
}