-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 822 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
{
"name": "nos",
"version": "1.0.0",
"description": "Dit script maakt mp3's van NOS artikelen.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"@google-cloud/text-to-speech": "^3.2.1",
"@google-cloud/translate": "^6.2.1",
"cheerio": "^1.0.0-rc.9",
"japanese": "^1.2.0",
"request": "^2.88.2",
"shelljs": "^0.8.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wimdenherder/scrape-nos.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wimdenherder/scrape-nos/issues"
},
"homepage": "https://github.com/wimdenherder/scrape-nos#readme"
}