-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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
46
47
48
49
50
51
52
53
{
"name": "speech-recognition-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "pm2-runtime start ecosystem.config.js --env production",
"dev": "nodemon ./src/index.js",
"pstart": "pm2-runtime start ecosystem.config.js --env production",
"pstop": "pm2 stop ./src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@picovoice/porcupine-node": "^1.9.0",
"@pm2/pm2-version-check": "^1.0.3",
"agenda": "^4.1.3",
"axios": "^0.24.0",
"cheerio": "^1.0.0-rc.3",
"cloudinary": "^1.26.2",
"commando-provider-mongo": "^2.0.2",
"cron": "^1.8.2",
"cron-job-manager": "^2.1.4",
"discord-buttons": "^4.0.0",
"discord-ytdl-core": "^5.0.4",
"discord.js": "^12.5.1",
"discord.js-commando": "^0.11.1",
"dotenv": "^8.2.0",
"escape-goat": "^2.1.1",
"ffmpeg-static": "^4.2.7",
"got": "^11.8.1",
"imageapi.js": "^1.0.19",
"lyrics-finder": "^21.7.0",
"mongoose": "^5.11.5",
"nanoid": "^3.1.23",
"node-cache": "^5.1.2",
"node-witai-speech": "^1.0.2",
"nodemon": "^2.0.6",
"opusscript": "^0.0.8",
"pm2": "^5.1.2",
"prism-media": "^1.3.1",
"qs": "^6.5.2",
"redis": "^3.1.2",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"scrape-youtube": "^2.1.3",
"spotify-web-api-node": "^5.0.2",
"underscore": "^1.12.0",
"youtube-search": "^1.1.6",
"ytdl-core": "^4.9.1"
}
}