aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/package.json b/package.json
index c3f9bcd..53e9bce 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,18 @@
{
+ "name": "loupe-flightdeck",
+ "version": "0.0.1",
+ "description": "Turn your stream deck into a flight deck!",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/Determinant/loupe-flightdeck"
+ },
+ "engines": {
+ "node": ">=16.0.0"
+ },
"dependencies": {
"canvas": "^2.11.2",
"loupedeck": "^6.0.0",
"yaml": "^2.5.0"
- }
+ },
+ "bin": "./app.mjs"
}