old-automod/bot/package.json

39 lines
889 B
JSON
Raw Normal View History

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