-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
37 lines (37 loc) · 948 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
37
{
"name": "noteblock",
"version": "1.3.0",
"description": "A music discord bot",
"main": "src/main",
"repository": "https://github.com/KagChi/noteblock.git",
"author": "KagChi",
"license": "GPL-3.0",
"private": true,
"dependencies": {
"@discordjs/builders": "0.14.0",
"axios": "0.26.0",
"better-erela.js-apple": "1.0.5",
"better-erela.js-spotify": "1.3.11",
"common-tags": "1.8.2",
"discord-akairo": "github:discord-akairo/discord-akairo",
"discord.js": "13.10.3",
"dotenv": "16.0.0",
"erela.js": "github:menudocs/erela.js#build",
"log4js": "6.5.2",
"ms": "2.1.3"
},
"engines": {
"node": ">=v16.x"
},
"scripts": {
"start": "bash start.sh",
"start:normal": "node src",
"lint": "eslint src",
"lint:fix": "eslint src --fix"
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.25.4"
}
}