fp/packages/bot/package.json

27 lines
660 B
JSON

{
"name": "bot",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Warn: no test specified\" && exit 0",
"start": "node ./dist/index.js",
"dev": "nodemon --ext js,ts,json,yaml --exec \"node --loader ts-node/esm --disable-warning=ExperimentalWarning ./src/index.ts\"",
"build": "tsc --build"
},
"packageManager": "pnpm@9.5.0",
"keywords": [],
"author": "",
"license": "Unlicense",
"dependencies": {
"discord.js": "^14.15.3",
"dotenv": "^16.4.5"
},
"devDependencies": {
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}