-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.39 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
44
{
"name": "serverless-tts-podcast",
"version": "0.1.0",
"description": "Cloud functions to create a podcast from text",
"repository": "https://github.com/malob/serverless-tts-podcast",
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Malo Bourgon",
"devDependencies": {
"@types/chunk-text": "^1.0.0",
"@types/ffmpeg-static": "^2.0.0",
"@types/ffprobe-static": "^2.0.0",
"@types/fluent-ffmpeg": "^2.1.10",
"@types/google-cloud__text-to-speech": "^0.5.0",
"@types/html-to-text": "^1.4.31",
"@types/node": "^12.6.8",
"@types/podcast": "^1.1.0",
"@types/postlight__mercury-parser": "^2.2.2",
"@types/rimraf": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"eslint": "^5.16.0",
"serverless": "^1.48.2",
"serverless-google-cloudfunctions": "^2.3.2",
"serverless-plugin-typescript": "^1.1.9",
"typescript": "^3.5.3"
},
"dependencies": {
"@google-cloud/pubsub": "^0.30.1",
"@google-cloud/storage": "^3.0.3",
"@google-cloud/text-to-speech": "^1.1.2",
"@postlight/mercury-parser": "^2.1.1",
"chunk-text": "^1.0.5",
"ffmpeg-static": "^2.5.0",
"ffprobe-static": "^3.0.0",
"fluent-ffmpeg": "^2.1.2",
"fp-ts": "^2.0.2",
"html-to-text": "^5.1.1",
"podcast": "^1.1.0",
"rimraf": "^2.6.3"
}
}