{ "name": "html5-game-template", "version": "1.0.0", "description": "A template for writing jam games in HTML5 + TypeScript", "main": "./src/index.ts", "scripts": { "dev": "webpack-dev-server --open --mode development", "build": "webpack --mode production", "deploy": "ts-node deploy" }, "sideEffects": [ "*.scss" ], "repository": { "type": "git", "url": "git+https://github.com/neverix/html5-game-template.git" }, "author": "neverix", "license": "MIT", "bugs": { "url": "https://github.com/neverix/html5-game-template/issues" }, "homepage": "https://github.com/neverix/html5-game-template#readme", "devDependencies": { "@types/file-saver": "^2.0.1", "@types/gh-pages": "^2.0.0", "@types/toastr": "^2.1.37", "css-loader": "^2.1.0", "extract-text-webpack-plugin": "^4.0.0-beta.0", "file-loader": "^3.0.1", "gh-pages": "^2.0.1", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "node-sass": "^4.11.0", "sass-loader": "^7.1.0", "source-map-loader": "^0.2.4", "style-loader": "^0.23.1", "ts-loader": "^5.3.3", "ts-node": "^8.2.0", "typescript": "^3.3.3333", "webpack": "^4.29.5", "webpack-cli": "^3.2.3", "webpack-dev-server": "^3.2.0" }, "dependencies": { "@eix/input": "git+https://github.com/eix-js/input.git", "@eix/utils": "git+https://github.com/eix-js/utils.git", "file-saver": "^2.0.2", "haunted": "^4.3.0", "lit-html": "^1.0.0", "lit-rx": "0.0.2", "prelude-ts": "^0.8.2", "rxjs": "^6.5.2", "toastr": "^2.1.4" } }