-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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": "beatsbot-one",
"version": "1.0.0",
"description": "The One..",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "OfficialHexix",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"@discordjs/voice": "^0.5.6",
"ascii-table": "0.0.9",
"discord.js": "^13.0.1",
"install": "^0.13.0",
"libsodium-wrappers": "^0.7.9",
"lodash": "^4.17.21",
"mopidy": "1.3.0",
"node-persist": "3.1.0",
"npm": "^7.20.5",
"opusscript": "^0.0.8",
"prism-media": "^1.3.1",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"spotify-web-api-node": "5.0.2",
"uws": "^200.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.171",
"@types/node": "^16.4.13",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"ts-node": "^10.2.0",
"typescript": "^4.3.5"
}
}