-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
45 lines (45 loc) · 1.17 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
42
43
44
45
{
"name": "lavanstax",
"version": "0.0.1",
"description": "Lavanstax project - Makes it easy and fun to use İnstagram. Also first userbot for İnstagram",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"dependencies": {
"@androz2091/insta.js": "^1.6.1",
"@discordjs/collection": "^0.1.6",
"chalk": "^4.1.0",
"download": "^8.0.0",
"fs": "0.0.1-security",
"got": "^11.8.3",
"axios": "^0.21.1",
"heroku-client": "^3.1.0",
"https": "^1.0.0",
"langdetect": "^0.2.1",
"moment": "^2.29.4",
"node-google-tts-api": "^1.1.1",
"quick.db": "^7.1.1",
"sequelize": "^6.15.0",
"simple-git": "^2.22.0",
"sqlite3": "^5.0.2",
"stream": "^0.0.2",
"superagent": "^3.8.2",
"translatte": "^3.0.1",
"ytdl-core": "^0.18.1",
"instagram_mqtt": "^0.2.17",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"spotify-web-api-node": "^5.0.2",
"tough-cookie": "^4.0.0"
},
"keywords": [
"node",
"heroku"
],
"author": "Ber4tbey",
"contributors": [
"Ber4tbey <[email protected]> (https://github.com/Ber4tbey)"
],
"license": "MIT"
}