63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "discord-forum-automessage",
|
|
"version": "1.0.0",
|
|
"description": "this bot allows to send automatic messages when creating a post in a discord forum",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.2",
|
|
"brace-expansion": "^1.1.11",
|
|
"concat-map": "^0.0.1",
|
|
"common-tags": "^1.8.2",
|
|
"busboy": "^1.6.0",
|
|
"discord.js": "^14.6.0",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"discord-api-types": "^0.37.16",
|
|
"fs.realpath": "^1.0.0",
|
|
"dotenv": "^16.0.3",
|
|
"file-type": "^18.0.0",
|
|
"glob": "^7.2.3",
|
|
"ieee754": "^1.2.1",
|
|
"lodash.snakecase": "^4.1.1",
|
|
"inflight": "^1.0.6",
|
|
"inherits": "^2.0.4",
|
|
"minimatch": "^3.1.2",
|
|
"once": "^1.4.0",
|
|
"lodash.uniqwith": "^4.5.0",
|
|
"peek-readable": "^5.0.0",
|
|
"path-is-absolute": "^1.0.1",
|
|
"readable-stream": "^3.6.0",
|
|
"readable-web-to-node-stream": "^3.0.2",
|
|
"safe-buffer": "^5.2.1",
|
|
"streamsearch": "^1.1.0",
|
|
"string_decoder": "^1.3.0",
|
|
"strtok3": "^7.0.0",
|
|
"ts-mixer": "^6.0.1",
|
|
"token-types": "^5.0.1",
|
|
"tslib": "^2.4.1",
|
|
"undici": "^5.12.0",
|
|
"util-deprecate": "^1.0.2",
|
|
"wrappy": "^1.0.2",
|
|
"ws": "^8.10.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/UltraLionfr/discord-forum-automessage.git"
|
|
},
|
|
"keywords": [
|
|
"forum",
|
|
"discord",
|
|
"post",
|
|
"automessage"
|
|
],
|
|
"author": "https://github.com/UltraLionfr",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/UltraLionfr/discord-forum-automessage/issues"
|
|
},
|
|
"homepage": "https://github.com/UltraLionfr/discord-forum-automessage#readme"
|
|
}
|