old-automod/lib/package.json
JandereDev fc740b1795
minor changes
(added redis and made the bot actually functional again)
2022-07-15 17:38:13 +02:00

16 lines
276 B
JSON

{
"private": "true",
"name": "automod",
"version": "1.0.0",
"description": "Shared code for AutoMod",
"scripts": {
"build": "rm -rf dist && tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.0.4"
}
}