bun-discord-bot/package.json

29 lines
802 B
JSON
Raw Permalink 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",
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",
"@lilybird/jsx": "0.3.0",
"@lilybird/transformers": "^0.4.1",
"@paperdave/logger": "^3.0.1",
"@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",
"lilybird": "^0.7.3"
2022-07-10 18:30:00 +02:00
}
2024-07-19 23:17:50 +02:00
}