Files
Firefly-Bot/package.json
AzenKain 5eb5aa6eec
Some checks failed
Gitea Auto Deploy / Deploy-Container (push) Failing after 6s
init
2025-05-25 22:29:44 +07:00

30 lines
565 B
JSON

{
"name": "firefly-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "tsx src/index.ts",
"build": "tsc"
},
"_moduleAliases": {
"@": "src"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.9.0",
"discord.js": "^14.19.3",
"dotenv": "^16.5.0",
"module-alias": "^2.2.3"
},
"devDependencies": {
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}