generated from crowbartools/firebot-custom-script-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 955 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
{
"name": "firebot-custom-script-bHaptics",
"scriptOutputName": "bHapticsScript",
"version": "1.0.0",
"description": "This is a Firebot script to intragrate bHaptics interactions",
"main": "",
"scripts": {
"build": "webpack",
"build:dev": "npm run build && npm run copy",
"copy": "node ./scripts/copy-build.js",
"test": "jest"
},
"author": "V1perN3st",
"license": "GNU3",
"devDependencies": {
"@crowbartools/firebot-custom-scripts-types": "^5.60.1",
"@types/node": "^18.18.2",
"@types/ws": "^8.5.10",
"jest": "^29.7.0",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"volta": {
"node": "18.18.2",
"npm": "10.2.4"
},
"dependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.3",
"ws": "^8.16.0"
}
}