2019-09-13 20:02:41 +00:00
|
|
|
{
|
|
|
|
"name": "esmbot",
|
2022-07-18 20:59:47 +00:00
|
|
|
"version": "1.8.1",
|
2019-09-13 20:02:41 +00:00
|
|
|
"description": "A Discord bot with miscellaneous features",
|
2021-08-19 14:19:14 +00:00
|
|
|
"exports": "./app.js",
|
2021-12-30 20:27:18 +00:00
|
|
|
"bin": "./app.js",
|
2021-08-19 14:19:14 +00:00
|
|
|
"type": "module",
|
2019-09-13 20:02:41 +00:00
|
|
|
"engines": {
|
2021-01-04 16:29:18 +00:00
|
|
|
"node": ">=15"
|
2019-09-13 20:02:41 +00:00
|
|
|
},
|
2020-02-17 22:21:24 +00:00
|
|
|
"scripts": {
|
2021-12-31 04:45:32 +00:00
|
|
|
"build": "cmake-js compile",
|
2022-06-18 00:44:29 +00:00
|
|
|
"docker:build": "DOCKER_BUILDKIT=1 docker build -t esmbot .",
|
2021-05-11 03:59:19 +00:00
|
|
|
"docker:run-bot": "docker run --rm --network=host esmbot",
|
2020-09-26 16:23:27 +00:00
|
|
|
"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"
|
2020-02-17 22:21:24 +00:00
|
|
|
},
|
2019-09-29 03:32:43 +00:00
|
|
|
"author": "Essem <essem@essem.space>",
|
2019-09-13 20:02:41 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-09-01 22:10:19 +00:00
|
|
|
"url": "git+https://github.com/esmBot/esmBot.git"
|
2019-09-13 20:02:41 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-23 03:10:39 +00:00
|
|
|
"@top-gg/sdk": "^3.1.3",
|
|
|
|
"cmake-js": "^6.3.2",
|
|
|
|
"dotenv": "^16.0.1",
|
|
|
|
"emoji-regex": "^10.1.0",
|
2022-07-20 02:06:51 +00:00
|
|
|
"eris": "github:esmBot/eris#dev",
|
2022-06-07 23:06:44 +00:00
|
|
|
"eris-fleet": "^1.0.2",
|
2022-06-23 03:10:39 +00:00
|
|
|
"file-type": "^17.1.2",
|
2022-06-09 20:17:33 +00:00
|
|
|
"format-duration": "^2.0.0",
|
2022-06-23 03:10:39 +00:00
|
|
|
"jsqr": "^1.4.0",
|
2022-06-09 20:17:33 +00:00
|
|
|
"node-addon-api": "^5.0.0",
|
2022-06-23 03:10:39 +00:00
|
|
|
"node-emoji": "^1.11.0",
|
2022-07-20 02:06:51 +00:00
|
|
|
"node-fetch": "^3.2.9",
|
|
|
|
"qrcode": "^1.5.1",
|
2022-06-23 03:10:39 +00:00
|
|
|
"sharp": "^0.30.7",
|
2022-06-26 21:58:52 +00:00
|
|
|
"shoukaku": "^3.1.2",
|
2022-07-20 02:06:51 +00:00
|
|
|
"winston": "^3.8.1"
|
2019-09-13 20:02:41 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-07-20 02:06:51 +00:00
|
|
|
"@babel/core": "^7.18.9",
|
|
|
|
"@babel/eslint-parser": "^7.18.9",
|
2022-06-23 03:10:39 +00:00
|
|
|
"@babel/eslint-plugin": "^7.17.7",
|
2022-07-20 02:06:51 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
|
|
"eslint": "^8.20.0",
|
2022-06-09 20:17:33 +00:00
|
|
|
"eslint-plugin-unicorn": "^42.0.0"
|
2019-12-05 16:58:46 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2022-07-20 02:06:51 +00:00
|
|
|
"better-sqlite3": "^7.6.2",
|
2022-06-23 03:10:39 +00:00
|
|
|
"bufferutil": "^4.0.6",
|
2020-03-14 23:03:45 +00:00
|
|
|
"erlpack": "github:abalabahaha/erlpack",
|
2022-06-23 03:10:39 +00:00
|
|
|
"pg": "^8.7.3",
|
|
|
|
"uuid": "^8.3.2",
|
2022-07-20 02:06:51 +00:00
|
|
|
"ws": "^8.8.1",
|
2022-06-23 03:10:39 +00:00
|
|
|
"zlib-sync": "^0.1.7"
|
2019-09-13 20:02:41 +00:00
|
|
|
}
|
|
|
|
}
|