mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2024-11-25 00:57:53 -05:00
b175c5088d
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v7.0.0...v8.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"name": "prismarine-web-client",
|
|
"version": "1.1.0",
|
|
"description": "A minecraft client running in a browser",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prepare": "webpack",
|
|
"start": "webpack serve",
|
|
"prod-start": "node server.js",
|
|
"build-start": "npm run prepare && npm run prod-start",
|
|
"public-start": "npm run prepare && node server.js 80",
|
|
"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": "Romain Beaumont",
|
|
"contributors": [
|
|
{
|
|
"name": "AwesomestCode"
|
|
},
|
|
{
|
|
"name": "circuit10"
|
|
}
|
|
],
|
|
"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": {
|
|
"assert": "^2.0.0",
|
|
"browserify-zlib": "^0.2.0",
|
|
"buffer": "^6.0.3",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"constants-browserify": "^1.0.0",
|
|
"copy-webpack-plugin": "^8.0.0",
|
|
"crypto-browserify": "^3.12.0",
|
|
"events": "^3.2.0",
|
|
"http-browserify": "^1.7.0",
|
|
"http-server": "^0.12.3",
|
|
"https-browserify": "^1.0.0",
|
|
"lodash-webpack-plugin": "^0.11.6",
|
|
"memfs": "^3.2.0",
|
|
"mineflayer": "^3.2.0",
|
|
"mocha": "^8.3.0",
|
|
"os-browserify": "^0.3.0",
|
|
"path-browserify": "^1.0.1",
|
|
"prismarine-viewer": "^1.15.0",
|
|
"process": "^0.11.10",
|
|
"standard": "^16.0.3",
|
|
"stream-browserify": "^3.0.0",
|
|
"three": "^0.126.0",
|
|
"timers-browserify": "^2.0.12",
|
|
"webpack": "^5.11.0",
|
|
"webpack-cli": "^4.2.0",
|
|
"webpack-dev-server": "^3.11.0"
|
|
}
|
|
}
|