-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "jaguar-bot",
"version": "1.2.0",
"description": "A twitter bot that searches for Jaguar images and post them.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lfvperes/jaguar-bot.git"
},
"keywords": [
"twitter",
"bot",
"node"
],
"author": "lfvperes",
"license": "ISC",
"bugs": {
"url": "https://github.com/lfvperes/jaguar-bot/issues"
},
"homepage": "https://github.com/lfvperes/jaguar-bot#readme",
"dependencies": {
"@azure/cognitiveservices-computervision": "^7.1.0",
"@azure/ms-rest-azure-js": "^2.1.0",
"@azure/storage-blob": "^12.5.0",
"crypto": "^1.0.1",
"crypto-js": "^4.0.0",
"dotenv": "^8.6.0",
"image-downloader": "^4.0.2",
"request": "^2.88.2",
"sharp": "^0.27.2",
"twitter": "^1.7.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"eslint": "^7.26.0"
}
}