generated from crowbartools/firebot-custom-script-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "firebot-notification-examples",
"scriptOutputName": "notificationExamples",
"version": "0.7.0",
"description": "A pointless Firebot v5 script for locally displaying various alerts, notifications, messages, and the like",
"main": "",
"scripts": {
"build": "webpack",
"build:dev": "npm run build && npm run copy",
"copy": "node ./scripts/copy-build.js",
"lint": "eslint src/ tests/",
"lint:fix": "eslint --fix src/ tests/",
"test": "jest"
},
"author": "phroggie",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@crowbartools/firebot-custom-scripts-types": "^5.60.1",
"@eslint/js": "^9.5.0",
"@types/jest": "^29.5.12",
"@types/node": "^18.18.2",
"@types/uuid": "^10.0.0",
"globals": "^15.6.0",
"jest": "^29.7.0",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.5",
"ts-loader": "^9.5.1",
"typescript": ">=4.74 <5.5.0",
"typescript-eslint": "^7.13.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"moment": "^2.24.0",
"uuid": "^10.0.0"
},
"volta": {
"node": "18.18.2",
"npm": "10.2.4"
}
}