forked from heyaapl/firebot-script-google-cloud-tts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 868 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": "google-cloud-tts",
"scriptOutputName": "googleCloudTts",
"version": "2.0.0",
"description": "A enhanced TTS effect using Google Cloud for Firebot",
"main": "",
"scripts": {
"build": "webpack",
"build:dev": "npm run build && npm run copy",
"copy": "node ./scripts/copy-build.js",
"test": "jest"
},
"author": "ebiggz",
"license": "GNU3",
"devDependencies": {
"@crowbartools/firebot-custom-scripts-types": "^5.63.1",
"@types/jest": "^29.5.14",
"@types/node": "^20.14.0",
"@types/uuid": "^10.0.0",
"jest": "^29.7.0",
"terser-webpack-plugin": "^5.3.11",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.2",
"typescript": "^5.5.3",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"uuid": "^3.3.3"
},
"volta": {
"node": "20.14.0",
"npm": "10.8.1"
}
}