mc-beta-server/package.json
Holly 9112a83947
Some checks failed
Node.js Build / build (20.x) (push) Failing after 15s
bun migration
2025-03-30 22:11:55 +01:00

34 lines
779 B
JSON

{
"name": "mc-beta-server",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"updateCheck": "check-outdated",
"dev": "bun --watch index.ts",
"build": "ncc build index.ts -o build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tgpholly/mc-beta-server.git"
},
"keywords": [],
"author": "tgpholly",
"license": "MIT",
"bugs": {
"url": "https://github.com/tgpholly/mc-beta-server/issues"
},
"homepage": "https://github.com/tgpholly/mc-beta-server#readme",
"dependencies": {
"bufferstuff": "^1.8.0",
"dyetty": "^1.0.1",
"funky-array": "^1.0.0",
"hsconsole": "^1.1.0"
},
"devDependencies": {
"@types/bun": "^1.2.8",
"@vercel/ncc": "^0.38.3",
"check-outdated": "^2.13.0",
"typescript": "^5.8.2"
}
}