bun-discord-bot/package.json
Jozef Steinhübl 16c842808d
refactor!: rewrite (#32)
Thanks @Didas-git for big help
https://github.com/xHyroM/bun-discord-bot/pull/31

---------

Co-authored-by: DidaS <didasoficial@gmail.com>
2023-12-30 16:54:59 +01:00

22 lines
519 B
JSON

{
"version": "0.0.0",
"private": true,
"name": "bun-discord-bot",
"type": "module",
"scripts": {
"start": "NODE_ENV=production bun src/index.ts",
"validate:tags": "bun scripts/validate_tags/index.ts"
},
"devDependencies": {
"bun-types": "^1.0.14"
},
"dependencies": {
"@lilybird/handlers": "^0.2.1",
"@lilybird/jsx": "^0.2.0",
"@paperdave/logger": "^3.0.1",
"algoliasearch": "^4.19.1",
"gray-matter": "^4.0.3",
"lilybird": "^0.4.0",
"zlib-sync": "^0.1.8"
}
}