-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.15 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.15 KB
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
{
"name": "firebot-queue",
"scriptOutputName": "queue",
"version": "1.0.0",
"description": "A set of custom scripts to operate a queue in Firebot",
"main": "",
"scripts": {
"build": "npm run test && webpack",
"build:dev": "npm run build && npm run copy",
"copy": "node ./scripts/copy-build.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hamstap85/FirebotQueue.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hamstap85/FirebotQueue/issues"
},
"homepage": "https://github.com/hamstap85/FirebotQueue#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.4",
"firebot-custom-scripts-types": "https://github.com/crowbartools/firebot-custom-scripts-types/tarball/8dbd4a5b67e01989568201351c24ccecb2ab055a",
"fs-extra": "^10.0.0",
"jest": "^27.0.5",
"terser-webpack-plugin": "^5.1.4",
"ts-jest": "^27.0.3",
"ts-loader": "^9.2.3",
"twitch": "^4.6.0",
"typescript": "^4.3.4",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {}
}