{ "name": "augmentile", "version": "0.1.0-alpha", "description": "Augment matrix rooms with a tile map game", "private": false, "repository": "https://edugit.org/auglement/augmentile", "author": "Dominik George <nik@naturalnet.de>", "license": "Apache-2.0", "dependencies": { "matrix-js-sdk": "^12.0.0", "matrix-widget-api": "^0.1.0-beta.13", "phaser": "^3.54.0", "phaser3-rex-plugins": "^1.1.45" }, "scripts": { "clean": "rm -rf dist/", "build": "webpack build", "lint": "eslint ./src", "serve": "webpack serve" }, "devDependencies": { "css-loader": "^6.0.0", "eslint": "^7.25.0", "eslint-config-google": "^0.14.0", "favicons": "^6.2.1", "favicons-webpack-plugin": "^5.0.2", "file-loader": "^6.2.0", "html-webpack-plugin": "^5.3.1", "style-loader": "^3.0.0", "symlink-webpack-plugin": "^1.1.0", "webpack": "^5.35.0", "webpack-cli": "^4.6.0", "webpack-dev-server": "^3.11.2" } }