healthcheck/package.json

27 lines
546 B
JSON
Raw Normal View History

2023-04-06 11:21:14 +00:00
{
"name": "automod-watchdog",
"version": "1.0.0",
"description": "",
"type": "module",
"exports": "./index",
"scripts": {
"build": "rm -rf dist && tsc",
"start": "node dist",
"dev": "yarn build && yarn start"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.15.11",
"typescript": "^5.0.3"
},
"dependencies": {
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"revolt.js": "^6.0.20"
}
}