old-automod/bot/package.json
2023-04-12 21:17:34 +02:00

40 lines
1,021 B
JSON

{
"name": "revolt-automod",
"version": "1.0.0",
"description": "",
"type": "module",
"exports": "./index.js",
"scripts": {
"build": "rm -rf dist && tsc",
"start": "node --experimental-specifier-resolution=node dist/index",
"dev": "yarn build && yarn start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/monk": "^6.0.0",
"automod": "^0.1.0",
"axios": "^0.22.0",
"dayjs": "^1.10.7",
"discord.js": "^13.3.1",
"dotenv": "^10.0.0",
"form-data": "^4.0.0",
"log75": "^2.2.0",
"monk": "^7.3.4",
"prom-client": "^14.0.1",
"revolt-api": "latest",
"revolt.js": "^7.0.0",
"ulid": "^2.3.0",
"xlsx": "^0.17.3"
},
"devDependencies": {
"typescript": "^4.4.3"
},
"packageManager": "yarn@3.2.1",
"resolutions": {
"automod": "portal:../lib",
"revolt.js": "portal:../revolt.js"
}
}