mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
28 lines
803 B
JSON
28 lines
803 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",
|
|
"format:check": "prettier . --check",
|
|
"format:apply": "prettier . --write"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "^1.1.6",
|
|
"prettier": "3.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@lilybird/handlers": "^0.6.0-beta.14",
|
|
"@lilybird/jsx": "0.3.0",
|
|
"@lilybird/transformers": "^0.4.1",
|
|
"@paperdave/logger": "^3.0.1",
|
|
"@purplet/serialize": "^2.0.0",
|
|
"@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.7.3"
|
|
}
|
|
}
|