-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 922 Bytes
/
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
{
"name": "ah-mixer-remote-examples",
"version": "0.1.0",
"description": "Allen & Heath Digital Mixer Remote Examples",
"scripts": {
"test": "",
"build": "rimraf build && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xDGeForcexD/ah-mixer-remote-examples.git"
},
"keywords": [],
"author": "xDGeForcexD <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xDGeForcexD/ah-mixer-remote-examples/issues"
},
"homepage": "https://github.com/xDGeForcexD/ah-mixer-remote-examples#readme",
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.14",
"mitm": "^1.7.1",
"nodemon": "^2.0.4",
"rimraf": "^3.0.2",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"dependencies": {
"ah-mixer-remote": "file:../ah-mixer-remote/ah-mixer-remote-0.1.1-1.tgz"
}
}