forked from 3eif/ear-tensifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (81 loc) · 2.39 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "eartensifier",
"version": "1.7.0",
"description": "Discord music bot written in javascript using discord.js https://eartensifier.net",
"main": "./src/index.js",
"dependencies": {
"@sentry/node": "^5.17.0",
"ascii": "^1.0.0",
"bandcamp-scraper": "^1.2.5",
"blapi": "^2.2.1",
"botlist.space": "^3.3.1",
"canvas": "^2.6.1",
"chalk": "^4.1.0",
"cloud-list": "^3.1.10",
"cloudlist.js": "^1.2.5",
"columnify": "^1.5.4",
"common-tags": "^1.8.0",
"cpu-stat": "^2.0.1",
"custom-env": "^2.0.1",
"dblapi.js": "^2.4.0",
"discord-paginationembed": "^2.0.0",
"discord.bots.gg": "^0.3.0-v1.2",
"discord.js": "v12.0.1",
"discordbots.co": "^1.1.0",
"dotenv": "^8.2.0",
"dotenv-flow": "^3.1.0",
"enmap": "^5.3.1",
"erela.js": "^2.3.3",
"erela.js-spotify": "^1.2.0",
"eslint": "^6.8.0",
"express": "^4.17.1",
"figlet": "^1.4.0",
"gblapi.js": "^1.3.15",
"got": "^11.3.0",
"humanize-duration": "^3.27.0",
"is-absolute-url": "^3.0.3",
"ksoft.js": "^3.1.4",
"mongoose": "^5.9.19",
"node-fetch": "^2.6.0",
"quick.db": "^7.1.1",
"quickdb": "^1.0.5",
"radio-browser": "^1.5.3",
"snekfetch": "^4.0.4",
"spotify-url-info": "^1.3.1",
"statcord.js": "^3.0.7",
"statcord.js-beta": "^3.0.3",
"topgg-autoposter": "^2.0.0",
"vultrex.api": "^3.1.0",
"webhook.space": "^1.0.0",
"yt-search": "^1.1.2",
"ytsr": "^0.1.15"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"production": "export NODE_ENV=production&&npm start",
"development": "export NODE_ENV=development&&npm start",
"ear2": "export NODE_ENV=ear2&&npm start",
"ear3": "export NODE_ENV=ear3&&npm start",
"win_production": "set NODE_ENV=production&&npm start",
"win_development": "set NODE_ENV=development&&npm start",
"win_ear2": "set NODE_ENV=ear2&&npm start",
"win_ear3": "set NODE_ENV=ear3&&npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EarTensifier/EarTensifier.git"
},
"author": "Tetracyl#0001",
"license": "MIT",
"bugs": {
"url": "https://github.com/EarTensifier/EarTensifier/issues"
},
"engines": {
"node": ">=14.x"
},
"homepage": "https://github.com/EarTensifier/EarTensifier#readme"
}