old-automod/bot/package.json

33 lines
745 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-03-02 11:54:01 +00:00
"@janderedev/revolt.js": "^5.2.8-patch.2",
2021-10-08 21:36:46 +00:00
"@types/monk": "^6.0.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",
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"
}
}