-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.26 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
{
"name": "LofiGirl3-interations",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:lofi-with-discord/LofiGirl3-interations.git",
"author": "Park Min Hyeok <[email protected]>",
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"@types/i18n": "^0.13.1",
"@types/superagent": "^4.1.12",
"@types/yt-search": "^2.3.2",
"bufferutil": "^4.0.3",
"discord-api-types": "^0.22.0",
"discord.js": "^14.0.0-dev.1642377990.ecf2430",
"dotenv": "^10.0.0",
"i18n": "^0.13.3",
"knex": "^0.95.9",
"mysql": "^2.18.1",
"superagent": "^6.1.0",
"typescript": "^4.3.5",
"utf-8-validate": "^5.0.5",
"yt-search": "^2.10.3",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@types/node": "^16.4.7",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"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"
},
"scripts": {
"build": "tsc",
"start": "node ./dist/index.js",
"shard": "node ./native-utils/sharding.js",
"dev": "nodemon -e .ts --exec 'tsc && node ./dist/index.js || exit 1'"
}
}