Initial Commit

This commit is contained in:
Alexander Harding
2026-06-30 21:06:36 -04:00
commit 679b911204
7 changed files with 1301 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "protector",
"version": "1.0.0",
"description": "",
"license": "MIT",
"author": "Backwards",
"type": "commonjs",
"main": "dist/index.js",
"scripts": {
"dev": "nodemon src/index.ts"
},
"devDependencies": {
"dotenv": "^17.4.2",
"nodemon": "^3.1.14",
"ts-node": "^10.9.2",
"typescript": "^6.0.3"
},
"dependencies": {
"discord.js": "^14.26.4"
}
}