-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 966 Bytes
/
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
{
"name": "62radio",
"version": "1.0.0",
"description": "A Discord music bot stream radio stations on the world",
"main": "app.js",
"scripts": {
"start": "node dist/app.js",
"build": "tsc",
"start:prod": "npm run build:typescript && node dist/app.js",
"build:prettier": "prettier -w ./src",
"build:typescript": "tsc --build --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lrmn7/62radio.git"
},
"author": "lrmn7",
"license": "Apache-2.0",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.0",
"audd.io": "^3.0.2",
"discord.js": "^14.14.1",
"fast-average-color-node": "^2.6.0",
"jsdom": "^22.1.0",
"libsodium-wrappers": "^0.7.13",
"mongoose": "^7.1.1",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@types/jsdom": "^21.1.4",
"@types/node": "^20.1.4",
"@types/node-fetch": "^2.6.7",
"dotenv": "^16.0.3"
}
}