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",
|
2024-07-19 23:17:50 +02:00
|
|
|
"validate:tags": "bun scripts/validate_tags/index.ts",
|
|
|
|
"format:check": "prettier . --check",
|
|
|
|
"format:apply": "prettier . --write"
|
2022-07-10 18:30:00 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-31 12:38:40 +02:00
|
|
|
"bun-types": "^1.1.26",
|
2024-07-19 23:17:50 +02:00
|
|
|
"prettier": "3.3.3"
|
2022-07-10 18:30:00 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-31 12:38:40 +02:00
|
|
|
"@lilybird/handlers": "0.6.0-beta.20",
|
2024-07-19 23:10:48 +02:00
|
|
|
"@lilybird/jsx": "0.3.0",
|
|
|
|
"@lilybird/transformers": "^0.4.1",
|
2023-07-21 22:58:45 +02:00
|
|
|
"@paperdave/logger": "^3.0.1",
|
2024-05-13 22:34:25 +02:00
|
|
|
"@purplet/serialize": "^2.0.0",
|
2024-05-11 19:36:18 +02:00
|
|
|
"@wolfram-alpha/wolfram-alpha-api": "^23.1004.144821-RELEASE",
|
2024-08-31 12:38:40 +02:00
|
|
|
"algoliasearch": "^5.2.3",
|
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-07-19 23:10:48 +02:00
|
|
|
"lilybird": "^0.7.3"
|
2022-07-10 18:30:00 +02:00
|
|
|
}
|
2024-07-19 23:17:50 +02:00
|
|
|
}
|