Skip to content

Commit b2a06d0

Browse files
authored
Update package.json
1 parent ad66d60 commit b2a06d0

File tree

1 file changed

+55
-52
lines changed

1 file changed

+55
-52
lines changed

package.json

Lines changed: 55 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,57 @@
11
{
2-
"name": "greenbot",
3-
"version": "9.0.0",
4-
"description": "🎧 Green-bot is a powerfull discord music bot used by 12M users and more than 100,000 servers",
5-
"scripts": {
6-
"start": "node index.js",
7-
"slash": "node src/SlashUpdate.js"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/pauldb09/Green-bot.git"
12-
},
13-
"engines": {
14-
"node": ">=16"
15-
},
16-
"keywords": [
17-
"Music",
18-
"discord",
19-
"bot",
20-
"music"
21-
],
22-
"author": "Pauldb09",
23-
"license": "MIT",
24-
"bugs": {
25-
"url": "https://github.com/pauldb09/Green-bot/issues"
26-
},
27-
"homepage": "https://green-bot.app",
28-
"dependencies": {
29-
"@discordjs/collection": "^0.3.2",
30-
"@discordjs/rest": "^0.5.0",
31-
"@tuneorg/spotify": "^1.5.0",
32-
"body-parser": "^1.19.2",
33-
"dblapi.js": "^2.4.1",
34-
"discord-api-types": "^0.26.1",
35-
"discord-hybrid-sharding": "^1.4.3",
36-
"discord.js": "^13.8.0",
37-
"eris-utils": "^0.2.8",
38-
"express": "^4.17.3",
39-
"moment": "^2.29.1",
40-
"mongoose": "^6.2.4",
41-
"ms": "^2.1.3",
42-
"node-fetch": "^2.6.7",
43-
"package.json": "^2.0.1",
44-
"petitio": "^1.4.0",
45-
"shoukaku": "^3.1.0",
46-
"spotify-url-info": "^2.2.5",
47-
"tsc": "^2.0.4",
48-
"typescript": "^4.7.4",
49-
"uuid": "^8.3.2"
50-
},
51-
"devDependencies": {
52-
"eslint": "^8.1.0"
53-
}
2+
"name": "greenbot",
3+
"version": "10.0.0",
4+
"description": "A nice discord music bot",
5+
"main": "dist/index.js",
6+
"author": "Pauldb09",
7+
"private": false,
8+
"homepage": "https://github.com/pauldb09/Green-bot#readme",
9+
"bugs": "https://github.com/pauldb09/Green-bot/issues",
10+
"engines": {
11+
"node": ">=16.11.0"
12+
},
13+
"scripts": {
14+
"dev": "nodemon index.ts",
15+
"start": "tsc --build && node dist/index.js",
16+
"build": "tsc --build",
17+
"commit": "cz"
18+
},
19+
"dependencies": {
20+
"@discordjs/collection": "^0.3.2",
21+
"@discordjs/rest": "^0.5.0",
22+
"@godaddy/terminus": "^4.9.0",
23+
"@tuneorg/spotify": "^1.5.0",
24+
"azuma": "^2.1.2",
25+
"binarytf": "^2.1.1",
26+
"body-parser": "^1.19.2",
27+
"bufferutil": "^4.0.6",
28+
"cheshire": "github:Deivu/Cheshire#2.0.2",
29+
"dblapi.js": "^2.4.1",
30+
"discord-api-types": "^0.26.1",
31+
"discord-hybrid-sharding": "github:meister03/discord-hybrid-sharding",
32+
"discord.js": "^13.8.0",
33+
"eris": "^0.17.1",
34+
"eris-utilities": "^0.1.5",
35+
"erlpack": "github:abalabahaha/erlpack",
36+
"express": "^4.17.3",
37+
"kurasuta": "^3.0.1",
38+
"moment": "^2.29.1",
39+
"mongoose": "^6.2.4",
40+
"ms": "^2.1.3",
41+
"node-fetch": "^2.6.7",
42+
"package.json": "^0.0.0",
43+
"pako": "^1.0.11",
44+
"petitio": "^1.4.0",
45+
"ping": "^0.4.1",
46+
"shoukaku": "^3.1.0",
47+
"spotify-url-info": "^2.2.5",
48+
"uglify-js": "^3.15.1",
49+
"utf-8-validate": "^5.0.8",
50+
"uuid": "^8.3.2",
51+
"youtube-music-api": "^1.0.6",
52+
"zlib-sync": "^0.1.7"
53+
},
54+
"devDependencies": {
55+
"eslint": "^8.1.0"
56+
}
5457
}

0 commit comments

Comments
 (0)