-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
{
"name": "ca.jaggernaut.midi-mixer.voicemeeter",
"version": "1.6.0",
"private": true,
"description": "A Voicemeeter plugin for MIDI Mixer.",
"files": [
"voicemeeter.ico",
"PAGE.md",
"plugin.json",
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"semantic-release": "semantic-release",
"postversion": "npx ts-node scripts/bump-manifest.ts && midi-mixer pack",
"pack": "midi-mixer pack"
},
"license": "ISC",
"devDependencies": {
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@types/node": "^15.12.1",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"midi-mixer-cli": "^1.0.5",
"prettier": "^2.2.1",
"semantic-release": "^17.4.3",
"typescript": "^4.1.3"
},
"dependencies": {
"midi-mixer-plugin": "^1.0.2",
"ts-easy-voicemeeter-remote": "^2.0.1"
},
"bundledDependencies": [
"midi-mixer-plugin",
"ts-easy-voicemeeter-remote"
],
"repository": {
"type": "git",
"url": "https://github.com/Jaggernaut555/midi-mixer-voicemeeter.git"
}
}