forked from KagChi/noteblock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 893 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": "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.6.0",
"axios": "^0.23.0",
"better-erela.js-spotify": "1.1.3",
"common-tags": "^1.8.0",
"discord-akairo": "github:discord-akairo/discord-akairo",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"erela.js": "^2.3.3",
"log4js": "^6.3.0",
"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.0.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.1"
}
}