-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 889 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": "halo-spotlight",
"version": "1.0.0",
"description": "This is just a super simple #Twitter bot that likes and retweets the content from the Halo community.",
"main": "src/bot.js",
"dependencies": {
"bad-words": "^3.0.4",
"dotenv": "^8.2.0",
"find-config": "^1.0.0",
"http": "0.0.1-security",
"instagram-private-api": "^1.44.1",
"jimp": "^0.16.1",
"node-essentials": "^1.2.8",
"path": "^0.12.7",
"querystring": "^0.2.1",
"twitter": "^1.7.1"
},
"devDependencies": {},
"scripts": {
"start": "node src/bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NicmeisteR/Halo-Spotlight.git"
},
"author": "Nicolaas Nel",
"license": "ISC",
"bugs": {
"url": "https://github.com/NicmeisteR/Halo-Spotlight/issues"
},
"homepage": "https://github.com/NicmeisteR/Halo-Spotlight#readme"
}