2022-07-10 14:08:49 +02:00
|
|
|
{
|
2022-07-10 18:30:00 +02:00
|
|
|
"version": "0.0.0",
|
2023-12-30 16:54:59 +01:00
|
|
|
"private": true,
|
2022-07-10 14:08:49 +02:00
|
|
|
"name": "bun-discord-bot",
|
2023-12-30 16:54:59 +01:00
|
|
|
"type": "module",
|
2022-07-10 18:30:00 +02:00
|
|
|
"scripts": {
|
2023-12-30 16:54:59 +01:00
|
|
|
"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-05-02 19:34:07 +02:00
|
|
|
"bun-types": "^1.1.6"
|
2022-07-10 18:30:00 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-02 19:34:07 +02:00
|
|
|
"@lilybird/handlers": "^0.4.0",
|
2024-03-09 17:27:21 +01:00
|
|
|
"@lilybird/jsx": "0.2.0",
|
2024-05-02 19:34:07 +02:00
|
|
|
"@lilybird/transformers": "^0.2.0",
|
2023-07-21 22:58:45 +02:00
|
|
|
"@paperdave/logger": "^3.0.1",
|
2024-03-31 20:50:24 +02:00
|
|
|
"algoliasearch": "^4.23.2",
|
2024-05-01 13:08:13 +02:00
|
|
|
"bun-tracestrings": "github:oven-sh/bun.report",
|
2023-08-24 10:55:24 +02:00
|
|
|
"gray-matter": "^4.0.3",
|
2024-05-07 17:36:32 +02:00
|
|
|
"lilybird": "^0.6.1"
|
2022-07-10 18:30:00 +02:00
|
|
|
}
|
2023-07-21 22:58:45 +02:00
|
|
|
}
|