-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "soup",
"version": "1.0.0",
"description": "A fully featued music bot for Discord",
"main": "dist/main.js",
"repository": "https://github.com/DelxHQ/Soup",
"author": "Dylan Ogle <[email protected]>",
"scripts": {
"start": "ts-node -T src/main.ts",
"start:prod": "node dist/main.js",
"gb": "barrelsby -d src -l below -D -q -S",
"build": "tsc --build"
},
"license": "MIT",
"private": false,
"dependencies": {
"@bwatton/logger": "^1.0.6",
"better-erela.js-apple": "^1.0.5",
"better-erela.js-spotify": "^1.3.11",
"discord.js": "^13.3.1",
"dotenv": "^16.0.3",
"erela.js": "github:MenuDocs/erela.js#build",
"node-fetch": "^2.6.5"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.2",
"@types/node": "^18.15.11",
"@types/node-fetch": "2.5.12",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"barrelsby": "^2.5.1",
"eslint": "^8.38.0",
"eslint-plugin-deprecation": "^1.2.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}