-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
42
43
{
"name": "firebot-script-elevenlabs-tts",
"scriptOutputName": "elevenlabs-tts",
"version": "1.3.0",
"description": "A custom script that allows ElevenLabs TTS to be used in Firebot",
"main": "",
"scripts": {
"build": "webpack",
"build:dev": "npm run build && npm run copy",
"copy": "node ./scripts/copy-build.js",
"test": "jest"
},
"author": "Lordmau5",
"license": "GNU3",
"devDependencies": {
"@crowbartools/firebot-custom-scripts-types": "^5.63.1",
"@stylistic/eslint-plugin": "^1.5.4",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
"@types/node": "^20.14.0",
"@types/uuid": "^9.0.7",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-plugin-html": "^7.1.0",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
"node-json-db": "^1.4.1",
"raw-loader": "^4.0.2",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"uuid": "^9.0.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"volta": {
"node": "20.14.0",
"npm": "10.8.1"
}
}