forked from 3eif/ear-tensifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.99 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
{
"name": "eartensifier",
"version": "2.5.0",
"description": "",
"main": "./src/index.js",
"scripts": {
"test": "node ./tests/index.js",
"start": "node .",
"production": "export NODE_ENV=production && LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so npm start",
"development": "export NODE_ENV=development&&npm start",
"production-inspect": "export ENV=production && npm --node-options --inspect=0.0.0.0:6844 run production",
"ear2": "export NODE_ENV=ear2&&npm start",
"ear3": "export NODE_ENV=ear3&&npm start",
"ear4": "export NODE_ENV=ear4&&npm start",
"deploy-development-commands": "export NODE_ENV=production&&node ./src/scripts/deploy-commands.js",
"deploy-production-commands": "export NODE_ENV=production&&node ./src/scripts/deploy-commands.js",
"migrate-database": "export NODE_ENV=development&&node ./src/scripts/migrate-database.js",
"benchmark": "export NODE_ENV=development&&node tests/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tetracyl/EarTensifier.git"
},
"author": "Seif Abdelaziz",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Tetracyl/EarTensifier/issues"
},
"homepage": "https://github.com/Tetracyl/EarTensifier#readme",
"dependencies": {
"@discordjs/rest": "^1.1.0",
"@sentry/node": "^7.12.1",
"axios": "^1.1.3",
"blapi": "^3.0.0",
"bufferutil": "^4.0.7",
"cors": "^2.8.5",
"cpu-stat": "^2.0.1",
"discord-api-types": "^0.37.6",
"discord.js": "^14.3.0",
"dotenv": "^16.0.1",
"dotenv-flow": "^3.2.0",
"erlpack": "^0.1.4",
"express": "^4.17.1",
"figlet": "^1.5.2",
"fs": "^0.0.1-security",
"genius-lyrics": "^4.4.0",
"humanize-duration": "^3.27.0",
"mongoose": "^6.0.12",
"signale": "^1.4.0",
"statcord.js": "^3.4.3",
"topgg-autoposter": "^2.0.0",
"utf-8-validate": "^6.0.3",
"yasha": "github:davidzeng0/yasha",
"zlib-sync": "^0.1.8"
},
"devDependencies": {
"eslint": "^8.1.0"
}
}