-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "lofigirl3-controller",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/lofi-with-discord/LofiGirl3-controller.git",
"license": "MIT",
"scripts": {
"build": "tsc",
"start": "node ./dist/index.js",
"shard": "node ./native-utils/sharding.js",
"dev": "nodemon -e ts --exec \"yarn build && yarn start || exit 1\""
},
"dependencies": {
"discord.js": "^12.4.1",
"dotenv": "^10.0.0",
"i18n": "^0.13.3",
"knex": "^0.95.7",
"mysql": "^2.18.1",
"superagent": "^6.1.0",
"typescript": "^4.1.5",
"yt-search": "^2.7.3"
},
"devDependencies": {
"@types/i18n": "^0.12.0",
"@types/node": "^14.14.6",
"@types/superagent": "^4.1.10",
"@types/ws": "^7.4.6",
"@types/yt-search": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}