-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 929 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
36
{
"name": "podnews",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/raphaelkieling/PodNews",
"author": "Raphael Kieling <[email protected]>",
"license": "MIT",
"bin": "./bin/podnews",
"scripts": {
"start": "node bin/podnews"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.17",
"@google-cloud/text-to-speech": "^0.5.1",
"audioconcat": "^0.1.3",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.2",
"commander": "^2.19.0",
"cors": "^2.8.5",
"crawler": "^1.2.0",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"google-images": "^2.1.0",
"helmet": "^3.16.0",
"jimp": "^0.6.0",
"newsapi": "^2.4.0",
"ora": "^3.2.0",
"prompts": "^2.0.3",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"rimraf": "^2.6.3",
"sentence-tokenizer": "^1.0.1"
}
}