-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
32 lines (32 loc) · 942 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
{
"name": "youtube-video-creator-robot",
"version": "1.0.0",
"description": "Four robots that work together to search texts, images, create video and publish on YouTube! 🤖",
"main": "./Index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pncsoares/youtube-video-creator-robot.git"
},
"keywords": [],
"author": "Pedro Soares",
"license": "MIT",
"bugs": {
"url": "https://github.com/pncsoares/youtube-video-creator-robot/issues"
},
"homepage": "https://github.com/pncsoares/youtube-video-creator-robot#readme",
"dependencies": {
"dotenv": "^16.0.0",
"express": "^4.17.3",
"gm": "^1.23.1",
"googleapis": "^97.0.0",
"got": "^12.0.2",
"image-downloader": "^4.1.0",
"readline-sync": "^1.4.10",
"sbd": "^1.0.19",
"watson-developer-cloud": "^4.0.1"
}
}