Files
Alexander Harding 366a2a13e3 Added build scripts
2026-07-12 17:05:19 -04:00

24 lines
496 B
JSON

{
"name": "dndtools",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon ./src/index.ts",
"build": "tsc -b",
"start": "node ."
},
"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"
}
}