-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
43
44
45
46
47
48
{
"name": "quinton",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"license": "MIT",
"author": "William5553 <contact@williamk.ga>",
"description": "discord bot",
"repository": "github:William5553/quinton",
"packageManager": "pnpm@8.6.10",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --trace-warnings -r dotenv/config index.js",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --fix --ext .js,.jsx,.ts,.tsx"
},
"keywords": [
"bot",
"discord",
"discord-api",
"discord-bot",
"discord-js"
],
"engines": {
"node": ">=16.9"
},
"dependencies": {
"@william5553/translate-google-api": "^3.1.0",
"bufferutil": "^4.0.7",
"chalk": "^5.3.0",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"genius-lyrics": "^4.4.3",
"node-fetch": "^3.3.2",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.8"
},
"bugs": {
"url": "https://github.com/William5553/quinton/issues"
},
"homepage": "https://github.com/William5553/quinton",
"devDependencies": {
"eslint": "8.42.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-unicorn": "47.0.0"
}
}