2021-10-08 23:36:46 +02:00
|
|
|
{
|
|
|
|
"name": "revolt-automod",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2022-01-05 00:05:52 +01:00
|
|
|
"type": "module",
|
|
|
|
"exports": "./index.js",
|
2021-10-08 23:36:46 +02:00
|
|
|
"scripts": {
|
|
|
|
"build": "rm -rf dist && tsc",
|
2022-01-05 00:05:52 +01:00
|
|
|
"start": "node --experimental-specifier-resolution=node dist/index",
|
2021-10-08 23:36:46 +02:00
|
|
|
"dev": "yarn build && yarn start"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2022-05-22 18:21:35 +02:00
|
|
|
"@janderedev/revolt.js": "^6.0.0-2-patch.1",
|
2021-10-08 23:36:46 +02:00
|
|
|
"@types/monk": "^6.0.0",
|
2021-10-10 15:33:21 +02:00
|
|
|
"axios": "^0.22.0",
|
2021-10-13 18:27:19 +02:00
|
|
|
"dayjs": "^1.10.7",
|
2021-12-09 22:04:33 +01:00
|
|
|
"discord.js": "^13.3.1",
|
2021-10-08 23:36:46 +02:00
|
|
|
"dotenv": "^10.0.0",
|
2021-10-13 18:27:19 +02:00
|
|
|
"form-data": "^4.0.0",
|
2021-12-06 16:09:52 +01:00
|
|
|
"log75": "^2.2.0",
|
2021-10-08 23:36:46 +02:00
|
|
|
"monk": "^7.3.4",
|
2022-02-12 15:25:24 +01:00
|
|
|
"prom-client": "^14.0.1",
|
2022-06-18 02:13:00 +02:00
|
|
|
"revolt-api": "^0.5.3",
|
2021-10-13 18:27:19 +02:00
|
|
|
"ulid": "^2.3.0",
|
|
|
|
"xlsx": "^0.17.3"
|
2021-10-08 23:36:46 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^4.4.3"
|
2022-05-01 22:53:17 +02:00
|
|
|
},
|
2022-06-30 20:14:38 +02:00
|
|
|
"packageManager": "yarn@3.2.1"
|
2021-10-08 23:36:46 +02:00
|
|
|
}
|