aboutsummaryrefslogblamecommitdiff
path: root/package.json
blob: 5609c43ef0e4bca8e71f10237bb21e28f9138982 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
 
                             
                     







                                                             



                          

                    
 
{
  "name": "loupe-flightdeck",
  "version": "0.0.2",
  "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"
}