-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 2.18 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "comma-sword-daedalus",
"version": "2.0.0",
"description": "Empty Epsilon - Maintainence, Repair and Operations extension",
"main": "main.js",
"scripts": {
"screen:gm": "C:\\workspace\\open-stage-control-0.48.0-win32-x64\\open-stage-control.exe --port 5667 --osc-port 57122 --send 127.0.0.1:57121 --read--only --load C:\\workspace\\Daedalus\\dashboards\\gm.json",
"screen:ecr": "C:\\workspace\\open-stage-control-0.48.0-win32-x64\\open-stage-control.exe --port 8100 ---osc-port 57122 --read--only --theme C:\\workspace\\Daedalus\\dashboards\\no-sidepanel.css --load C:\\workspace\\Daedalus\\dashboards\\ecr.json",
"build:osc": "node dashboards/make.js",
"clean": "rimraf ./dist",
"build": "tsc",
"pretest": "npm run clean && npm run build",
"reset": "rimraf node_modules dist && npm install && npm test",
"test": "mocha --require test-setup.js --reporter list \"dist/test/**/*.spec.js\"",
"start": "rimraf dist && npm run build && node ./main.js",
"go": "ts-node ./src/main.ts",
"debug": "rimraf dist && npm run build && concurrently --kill-others --success first \"npm run build -- -w\" \"node --inspect-brk ./main.js\""
},
"repository": {
"type": "git",
"url": "git@github.com:CommaSword/Daedalus.git"
},
"keywords": [
"empty epsilon",
"SBS",
"OSC"
],
"author": "Amir Arad <greenshade@gmail.com>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/CommaSword/Daedalus/issues"
},
"homepage": "https://github.com/CommaSword/Daedalus#readme",
"devDependencies": {
"@types/chai": "~4.2.2",
"@types/cli": "^0.11.19",
"@types/mocha": "~5.2.7",
"@types/node": "12.7.5",
"@types/sinon": "~7.0.13",
"@types/sinon-chai": "^3.2.3",
"chai": "~4.2.0",
"chai-subset": "1.6.0",
"concurrently": "~4.1.2",
"mocha": "6.2.0",
"rimraf": "~3.0.2",
"sinon": "~7.4.2",
"sinon-chai": "^3.3.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
},
"dependencies": {
"async-mqtt": "^2.6.1",
"cli": "^1.0.1",
"empty-epsilon-js": "2.0.1",
"kissfs": "^0.7.1",
"naming": "^1.0.6",
"rxjs": "^6.5.3",
"rxjs-compat": "^6.5.3",
"tslib": "~2.3.0"
}
}