generated from crowbartools/firebot-custom-script-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 978 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
{
"name": "firebot-raid-chat-alert",
"scriptOutputName": "raid-chat-alert",
"version": "1.0.0",
"description": "A Firebot custom script that enables the bot to notify about outgoing raids in chat",
"main": "",
"scripts": {
"build": "webpack",
"build:dev": "npm run build && npm run copy",
"copy": "node ./scripts/copy-build.js",
"test": "jest",
"format": "prettier --write .",
"check-format": "prettier --check ."
},
"author": "Wissididom",
"license": "MIT",
"devDependencies": {
"@crowbartools/firebot-custom-scripts-types": "^5.63.0",
"@types/node": "^22.9.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.2.4",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@types/ws": "^8.5.13",
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.5",
"ws": "^8.18.0"
}
}