-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 864 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 864 Bytes
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": "i-sh",
"version": "2.1.0",
"main": "index.js",
"dependencies": {
"@discordjs/builders": "^1.5.0",
"@sentry/node": "^8.34.0",
"axios": "^1.7.7",
"bufferutil": "^4.0.7",
"discord.js": "^14.8.0",
"html-to-image": "^1.10.4",
"mysql2": "^3.11.3",
"sequelize": "^6.16.1",
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4"
},
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "phil",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/FlipperLP/agent-black.git"
},
"bugs": {
"url": "https://github.com/FlipperLP/agent-black/issues"
},
"homepage": "https://github.com/FlipperLP/agent-black#readme",
"description": ""
}