71 lines
2 KiB
JSON
71 lines
2 KiB
JSON
{
|
|
"name": "esmbot",
|
|
"version": "1.9.0",
|
|
"description": "A Discord bot with miscellaneous features",
|
|
"exports": "./app.js",
|
|
"bin": "./app.js",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=15"
|
|
},
|
|
"scripts": {
|
|
"build": "cmake-js compile",
|
|
"build:debug": "cmake-js compile -DCMAKE_BUILD_TYPE=Debug",
|
|
"docker:build": "DOCKER_BUILDKIT=1 docker build -t esmbot .",
|
|
"docker:run-bot": "docker run --rm --network=host esmbot",
|
|
"docker:run-api": "docker run --rm --network=host esmbot-api",
|
|
"docker:run-lava": "docker run --rm --network host -v \"$(pwd)\"/application.yml:/opt/Lavalink/application.yml -v \"$(pwd)\"/assets:/opt/Lavalink/assets fredboat/lavalink:dev",
|
|
"start": "node app.js",
|
|
"start:debug": "DEBUG=true node app.js",
|
|
"start-api": "node api/index.js",
|
|
"start-api:debug": "DEBUG=true node app.js"
|
|
},
|
|
"author": "Essem <essem@essem.space>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/esmBot/esmBot.git"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.0.3",
|
|
"emoji-regex": "^10.2.1",
|
|
"file-type": "^18.2.1",
|
|
"format-duration": "^3.0.2",
|
|
"image-size": "^1.0.2",
|
|
"jsqr": "^1.4.0",
|
|
"matrix-js-sdk": "^23.4.0",
|
|
"node-addon-api": "^5.1.0",
|
|
"node-emoji": "^1.11.0",
|
|
"oceanic.js": "1.5.1",
|
|
"qrcode": "^1.5.1",
|
|
"sharp": "^0.31.3",
|
|
"shoukaku": "^3.3.1",
|
|
"undici": "^5.20.0",
|
|
"winston": "^3.8.2",
|
|
"winston-daily-rotate-file": "^4.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.0",
|
|
"@babel/eslint-parser": "^7.19.1",
|
|
"@babel/eslint-plugin": "^7.19.1",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"cmake-js": "^7.2.1",
|
|
"eslint": "^8.35.0",
|
|
"eslint-plugin-unicorn": "^46.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"better-sqlite3": "^8.1.0",
|
|
"bufferutil": "^4.0.7",
|
|
"erlpack": "^0.1.4",
|
|
"pm2": "^5.2.2",
|
|
"postgres": "^3.3.4",
|
|
"uuid": "^9.0.0",
|
|
"ws": "^8.12.1",
|
|
"zlib-sync": "^0.1.8"
|
|
},
|
|
"binary": {
|
|
"napi_versions": [
|
|
7
|
|
]
|
|
}
|
|
}
|