mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
24 lines
650 B
JSON
24 lines
650 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.1.6"
|
|
},
|
|
"dependencies": {
|
|
"@lilybird/handlers": "^0.4.0",
|
|
"@lilybird/jsx": "0.2.0",
|
|
"@lilybird/transformers": "^0.2.0",
|
|
"@paperdave/logger": "^3.0.1",
|
|
"@wolfram-alpha/wolfram-alpha-api": "^23.1004.144821-RELEASE",
|
|
"algoliasearch": "^4.23.2",
|
|
"bun-tracestrings": "github:oven-sh/bun.report",
|
|
"gray-matter": "^4.0.3",
|
|
"lilybird": "^0.6.1"
|
|
}
|
|
}
|