Files
dndtools/package.json
T
Alexander Harding fce43b9b2f Initial Commit
Only really used for reaction roles at the moment.
2026-07-12 15:02:44 -04:00

22 lines
450 B
JSON

{
"name": "dndtools",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon ./src/index.ts"
},
"keywords": [],
"author": "Alexander Harding <AlexHardingYT@gmail.com>",
"license": "MIT",
"type": "commonjs",
"devDependencies": {
"nodemon": "^3.1.14",
"ts-node": "^10.9.2",
"typescript": "^6.0.3"
},
"dependencies": {
"discord.js": "^14.26.4",
"dotenv": "^17.4.2"
}
}