bun-discord-bot/package.json

24 lines
548 B
JSON
Raw Normal View History

2022-07-10 14:08:49 +02:00
{
2022-07-10 18:30:00 +02:00
"version": "0.0.0",
"private": true,
2022-07-10 14:08:49 +02:00
"name": "bun-discord-bot",
"type": "module",
2022-07-10 18:30:00 +02:00
"scripts": {
"start": "NODE_ENV=production bun src/index.ts",
"validate:tags": "bun scripts/validate_tags/index.ts"
2022-07-10 18:30:00 +02:00
},
"devDependencies": {
2024-01-11 22:22:20 +01:00
"bun-types": "^1.0.22"
2022-07-10 18:30:00 +02:00
},
"dependencies": {
2024-01-16 19:27:24 +01:00
"@lilybird/handlers": "^0.3.1",
"@lilybird/jsx": "^0.2.0",
"@paperdave/logger": "^3.0.1",
2024-01-11 22:22:20 +01:00
"algoliasearch": "^4.22.1",
2024-01-16 19:27:24 +01:00
"chrono-node": "^2.7.4",
2023-08-24 10:55:24 +02:00
"gray-matter": "^4.0.3",
2024-01-16 19:27:24 +01:00
"lilybird": "^0.5.1",
2024-01-11 22:22:20 +01:00
"zlib-sync": "^0.1.9"
2022-07-10 18:30:00 +02:00
}
}