34 lines
779 B
JSON
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"
|
|
}
|
|
}
|