{ "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": "^9.11.0", "matrix-widget-api": "^0.1.0-beta.13", "phaser": "^3.54.0" }, "scripts": { "build": "webpack", "lint": "eslint ./src" }, "devDependencies": { "eslint": "^7.25.0", "eslint-config-google": "^0.14.0", "favicons": "^6.2.1", "favicons-webpack-plugin": "^5.0.2", "html-webpack-plugin": "^5.3.1", "symlink-webpack-plugin": "^1.1.0", "webpack": "^5.35.0", "webpack-cli": "^4.6.0" } }