{ "name": "tilegame", "version": "0.0.0", "description": "Tile game", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "serve": "node serve.js", "build": "webpack -p", "watch": "webpack -w --mode=development" }, "keywords": [], "private": true, "author": "Evert \"Diamond\" Prants ", "license": "MIT", "devDependencies": { "@babel/core": "^7.7.7", "@babel/plugin-transform-runtime": "^7.7.6", "@babel/preset-env": "^7.7.7", "@babel/runtime": "^7.7.7", "babel-loader": "^8.0.4", "html-webpack-plugin": "^3.2.0", "seedrandom": "^3.0.5", "standard": "^12.0.1", "webpack": "^4.41.5", "webpack-command": "^0.4.2" }, "optionalDependencies": { "express": "^4.17.1" } }