generated from crowbartools/firebot-custom-script-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 817 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
{
"name": "firebot-custom-script-starter",
"scriptOutputName": "overlayTimer",
"version": "0.1",
"description": "Overlay Timer for Firebot added via custom script",
"main": "",
"scripts": {
"build": "webpack",
"build:dev": "npm run build && npm run copy",
"copy": "node ./scripts/copy-build.js",
"test": "jest"
},
"author": "ThePerry",
"license": "GNU3",
"devDependencies": {
"@types/node": "^14.14.6",
"firebot-custom-scripts-types": "https://github.com/crowbartools/firebot-custom-scripts-types/tarball/c67f513bca798c77277a5c196e42b73fa01d782d",
"jest": "^26.6.3",
"terser-webpack-plugin": "^4.2.3",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.7",
"typescript": "^4.0.5",
"webpack": "^4.44.2",
"webpack-cli": "^4.1.0"
},
"dependencies": {}
}