generated from midi-mixer/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 859 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
34
35
36
37
38
39
40
41
{
"name": "com.midi-mixer.discordplus",
"version": "0.0.6",
"description": "Discord+",
"main": "lib/main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"build:watch": "tsc --watch",
"dist": "midi-mixer pack"
},
"keywords": [
"midi-mixer",
"midi",
"mixer",
"discord+",
"discordplus",
"plugin"
],
"author": "XENONFFM https://github.com/XENONFFM",
"license": "ISC",
"dependencies": {
"conf": "^10.1.1",
"discord-rpc": "^4.0.1",
"midi-mixer-plugin": "^1.0.2"
},
"bundledDependencies": [
"midi-mixer-plugin",
"discord-rpc",
"conf"
],
"devDependencies": {
"@types/discord-rpc": "^4.0.0",
"@types/node": "^17.0.21",
"midi-mixer-cli": "^1.0.4",
"typescript": "^4.5.5"
}
}