{ "name": "prismarine-web-client", "version": "1.3.0", "description": "A minecraft client running in a browser", "main": "index.js", "scripts": { "build": "webpack --config webpack.prod.js", "build-dev": "webpack --config webpack.dev.js", "start": "node server.js 8080 dev", "prod-start": "node server.js", "build-dev-start": "npm run build-dev && npm run prod-start", "build-start": "npm run build && npm run prod-start", "prepublishOnly": "npm run build", "lint": "standard", "fix": "standard --fix", "test": "npm run lint && mocha" }, "repository": { "type": "git", "url": "git+https://github.com/PrismarineJS/prismarine-web-client.git" }, "keywords": [ "prismarine", "web", "client" ], "author": "PrismarineJS", "license": "MIT", "bin": { "prismarine-web-client": "./server.js" }, "bugs": { "url": "https://github.com/PrismarineJS/prismarine-web-client/issues" }, "homepage": "https://github.com/PrismarineJS/prismarine-web-client#readme", "dependencies": { "compression": "^1.7.4", "express": "^4.17.1", "net-browserify": "PrismarineJS/net-browserify" }, "devDependencies": { "@tweenjs/tween.js": "^18.6.4", "assert": "^2.0.0", "browserify-zlib": "^0.2.0", "buffer": "^6.0.3", "clean-webpack-plugin": "^4.0.0", "constants-browserify": "^1.0.0", "copy-webpack-plugin": "^9.0.1", "crypto-browserify": "^3.12.0", "events": "^3.3.0", "html-webpack-plugin": "^5.3.2", "http-browserify": "^1.7.0", "http-server": "^13.0.2", "https-browserify": "^1.0.0", "lit-element": "^3.0.1", "lit-html": "^2.0.1", "lodash-webpack-plugin": "^0.11.6", "memfs": "^3.3.0", "minecraft-data": "^2.95.0", "minecraft-protocol": "^1.26.5", "mineflayer": "^3.11.2", "mineflayer-pathfinder": "^1.8.0", "mocha": "^9.1.2", "os-browserify": "^0.3.0", "path-browserify": "^1.0.1", "prismarine-viewer": "^1.20.0", "process": "PrismarineJS/node-process", "standard": "^16.0.4", "stream-browserify": "^3.0.0", "three": "^0.133.1", "timers-browserify": "^2.0.12", "vec3": "^0.1.7", "webpack": "^5.58.1", "webpack-cli": "^4.9.0", "webpack-dev-middleware": "^5.2.1", "webpack-dev-server": "^4.3.1", "webpack-merge": "^5.8.0", "workbox-webpack-plugin": "^6.3.0" } }