aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2024-08-17 22:01:10 -0700
committerDeterminant <[email protected]>2024-08-17 23:47:37 -0700
commite73ccac65dc9abc498b34193d1312b0f6a291c8d (patch)
tree4ae4e493e1456417434e395e351e50c62d9f87a7 /package.json
parent92c09292a697e01007865eaef6c69b73e7e3d261 (diff)
prepare for an alpha release on npm
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"
}