generated from crowbartools/firebot-custom-script-starter
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (31 loc) · 886 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
{
"name": "google-cloud-tts",
"scriptOutputName": "googleCloudTts",
"version": "1.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": {
"@types/node": "^14.14.6",
"@types/uuid": "^8.3.0",
"firebot-custom-scripts-types": "https://github.com/crowbartools/firebot-custom-scripts-types/tarball/8dbd4a5b67e01989568201351c24ccecb2ab055a",
"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": {
"axios": "^0.21.1",
"uuid": "^8.3.2"
}
}