35 lines
833 B
JSON
35 lines
833 B
JSON
{
|
|
"name": "i-sh",
|
|
"version": "2.1.0",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@discordjs/builders": "^1.5.0",
|
|
"axios": "^0.27.2",
|
|
"bufferutil": "^4.0.7",
|
|
"discord.js": "^14.8.0",
|
|
"html-to-image": "^1.10.4",
|
|
"mysql2": "^2.3.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": ""
|
|
}
|