2019-09-13 20:02:41 +00:00
|
|
|
{
|
|
|
|
"name": "esmbot",
|
2021-03-04 14:46:22 +00:00
|
|
|
"version": "1.4.4",
|
2019-09-13 20:02:41 +00:00
|
|
|
"description": "A Discord bot with miscellaneous features",
|
|
|
|
"main": "app.js",
|
|
|
|
"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-02-19 16:29:59 +00:00
|
|
|
"build": "node-gyp configure build -j max",
|
2020-12-26 02:27:45 +00:00
|
|
|
"docker:build-api": "docker build -t esmbot-api -f Dockerfile.api .",
|
2020-09-26 16:23:27 +00:00
|
|
|
"docker:build-ss": "docker build -t headless-chrome-alpine --no-cache ./utils/screenshot",
|
|
|
|
"docker:run-api": "docker run --rm --network=host esmbot-api",
|
2020-09-10 02:36:20 +00:00
|
|
|
"docker:run-ss": "docker run --rm --network=host --shm-size=128m headless-chrome-alpine",
|
2020-09-26 16:23:27 +00:00
|
|
|
"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": {
|
2020-06-27 17:18:26 +00:00
|
|
|
"@lavacord/eris": "0.0.3",
|
2020-07-17 00:53:44 +00:00
|
|
|
"abort-controller": "^3.0.0",
|
2019-09-13 20:02:41 +00:00
|
|
|
"cowsay": "^1.4.0",
|
2020-09-01 22:10:19 +00:00
|
|
|
"dblapi.js": "^2.4.1",
|
2019-11-13 00:09:06 +00:00
|
|
|
"dotenv": "^8.2.0",
|
2020-04-24 01:54:57 +00:00
|
|
|
"duckduckgo-images-api": "github:benpbolton/duckduckgo-images-api",
|
2019-12-05 16:58:46 +00:00
|
|
|
"emoji-regex": "^8.0.0",
|
2021-01-28 04:57:13 +00:00
|
|
|
"eris": "^0.14.0",
|
2021-01-09 18:39:19 +00:00
|
|
|
"file-type": "^16.1.0",
|
2020-09-11 20:22:25 +00:00
|
|
|
"jsqr": "^1.3.1",
|
2020-06-27 17:18:26 +00:00
|
|
|
"lavacord": "^1.1.9",
|
2020-10-06 19:48:22 +00:00
|
|
|
"moment": "^2.29.1",
|
2019-09-13 20:02:41 +00:00
|
|
|
"moment-duration-format": "^2.3.2",
|
2021-01-04 16:29:18 +00:00
|
|
|
"node-addon-api": "^3.1.0",
|
2020-06-18 19:02:35 +00:00
|
|
|
"node-emoji": "^1.10.0",
|
2020-09-12 08:19:11 +00:00
|
|
|
"node-fetch": "^2.6.1",
|
2020-04-20 20:52:22 +00:00
|
|
|
"node-tweet": "^0.1.4",
|
2020-11-26 15:31:24 +00:00
|
|
|
"puppeteer": "^5.5.0",
|
|
|
|
"puppeteer-extra": "^3.1.15",
|
|
|
|
"puppeteer-extra-plugin-stealth": "^2.6.5",
|
2019-11-15 16:59:50 +00:00
|
|
|
"qrcode": "^1.4.4",
|
2019-09-13 20:02:41 +00:00
|
|
|
"retrotext": "github:TheEssem/retrotext",
|
2020-12-18 02:32:19 +00:00
|
|
|
"sharp": "^0.26.3",
|
2020-07-10 17:07:24 +00:00
|
|
|
"winston": "^3.3.3"
|
2019-09-13 20:02:41 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^5.15.2",
|
|
|
|
"eslint-plugin-promise": "^4.2.1"
|
2019-12-05 16:58:46 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"bufferutil": "^4.0.1",
|
2020-03-14 23:03:45 +00:00
|
|
|
"erlpack": "github:abalabahaha/erlpack",
|
2020-12-18 02:32:19 +00:00
|
|
|
"mongoose": "^5.11.8",
|
|
|
|
"pg": "^8.5.1",
|
2020-11-17 14:52:12 +00:00
|
|
|
"uuid": "^8.3.1",
|
2019-12-05 16:58:46 +00:00
|
|
|
"zlib-sync": "^0.1.6"
|
2019-09-13 20:02:41 +00:00
|
|
|
}
|
|
|
|
}
|