{ "name": "marco-polo-returns-js13k", "version": "1.0.0", "description": "The 2023 js13k Entry by @eyeofmidas and @danusha", "scripts": { "build:watch": "webpack --watch", "build": "webpack", "bundle": "zip -r game.zip min.js main.css index.html", "size": "bash -c \"awk -v size=`stat --printf='%s' game.zip` 'BEGIN {print (size / 13312 * 100)}'\"", "clean": "rm game.zip min.js", "start": "http-server -c-1 -p 3000" }, "devDependencies": { "http-server": "latest", "terser": "latest", "terser-webpack-plugin": "latest", "webpack": "latest", "webpack-cli": "latest" } }