-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.22 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
{
"name": "lofigirl3-playserver",
"version": "1.0.0",
"main": "./dist/index.js",
"repository": "[email protected]:lofi-with-discord/LofiGirl3-playserver.git",
"author": "Park Min Hyeok <[email protected]>",
"license": "MIT",
"scripts": {
"build": "tsc",
"dev": "nodemon -e .ts --exec \"tsc && node . || exit 1\"",
"shard": "node ./native-utils/sharding.js",
"start": "node ./dist"
},
"devDependencies": {
"@types/node": "^16.3.1",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"typescript": "^4.3.5"
},
"dependencies": {
"-": "^0.0.1",
"@discordjs/voice": "^0.7.5",
"@lavacord/discord.js": "^0.0.7",
"@pm2/io": "^5.0.0",
"@types/express": "^4.17.13",
"@types/superagent": "^4.1.12",
"cookiejar": "^2.1.3",
"discord.js": "^13.3.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"form-data": "^4.0.0",
"formidable": "^1.2.2",
"knex": "^0.95.7",
"lavacord": "^1.1.9",
"mysql": "^2.18.1",
"superagent": "^6.1.0"
}
}