stevenarella/www/package.json

28 lines
766 B
JSON

{
"name": "stevenarella-web",
"version": "0.0.1",
"description": "Multi-protocol Minecraft-compatible client, web-based version",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iceiix/stevenarella.git"
},
"keywords": [],
"author": "iceiix <ice_ix@protonmail.ch>",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/iceiix/stevenarella/issues"
},
"homepage": "https://github.com/rustwasm/create-wasm-app#readme",
"devDependencies": {
"copy-webpack-plugin": "^5.1.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}