{ "name": "mc-beta-server", "version": "1.0.0", "description": "", "main": "index.ts", "scripts": { "dev:updateCheck": "check-outdated", "dev:run": "nodemon --watch './**/*.ts' index.ts", "pack": "webpack", "build": "tsc --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": { "chalk": "^4.1.2", "net": "^1.0.2" }, "devDependencies": { "@types/node": "^18.15.11", "check-outdated": "^2.11.0", "nodemon": "^2.0.20", "ts-loader": "^9.4.1", "ts-node": "^10.9.1", "typescript": "^5.0.4", "webpack": "^5.79.0", "webpack-cli": "^5.0.1", "webpack-node-externals": "^3.0.0" } }