forked from chrisle/StageLinq
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 851 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "stagelinq",
"version": "1.0.7",
"description": "Typescript library to connect to Denon StageLinq devices",
"homepage": "https://github.com/chrisle/StageLinq",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/cli/index.js",
"build": "tsc --build tsconfig.json",
"watch": "tsc --build tsconfig.json -w"
},
"author": "Chris Le (TRIODE)",
"license": "GNU GPLv3",
"main": "index.ts",
"dependencies": {
"better-sqlite3": "^7.5.0",
"console-stamp": "^3.0.3",
"file-type": "^16.5.3",
"ip": "^1.1.5",
"minimist": "^1.2.5",
"promise-socket": "^7.0.0"
},
"devDependencies": {
"@types/assert": "^1.5.5",
"@types/better-sqlite3": "^7.4.0",
"@types/ip": "^1.1.0",
"@types/minimist": "^1.2.2",
"@types/node": "^16.4.0",
"prettier": "^2.5.1",
"typescript": "^4.6.2"
}
}