mc-beta-server/package.json
Holly c0872ead39
All checks were successful
Node.js Build / build (20.x) (push) Successful in 5m17s
Tile Entities + misc changes
- Tile Entities
 - TextColorParser for chat colours on the console
 - package.json ver bumps
 - De-dupe WorldSaveManager!!
2024-11-25 02:30:27 +00:00

38 lines
912 B
JSON

{
"name": "mc-beta-server",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"dev:updateCheck": "check-outdated",
"dev:run": "nodemon --watch './**/*.ts' index.ts",
"build": "ncc build index.ts -o build",
"_clean": "tsc --build --clean"
},
"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.5.1",
"dyetty": "^1.0.1",
"funky-array": "^1.0.0",
"hsconsole": "^1.0.2"
},
"devDependencies": {
"@types/node": "^22.9.3",
"@vercel/ncc": "^0.38.3",
"check-outdated": "^2.12.0",
"nodemon": "^3.1.7",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}