aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2024-08-29 23:03:20 -0700
committerDeterminant <[email protected]>2024-08-29 23:03:20 -0700
commit2cf6eaf48ab85f4c0b6dbcef80cec5f0e7421576 (patch)
treeb994556f0662b4a13e8ab1d504e642166f8b664a /package.json
parent78546930272e9ee02cf887cb37d3bbac6b6dd56d (diff)
clean up
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"
+ }
}