{ "name": "microbit-gamepad", "version": "1.0.4", "description": "", "license": "MIT", "scripts": { "dev": "parcel ./src/index.html --https --public-url /microbit-gamepad/", "build": "parcel build ./src/index.html --public-url /microbit-gamepad/", "postbuild": "./postbuild.sh" }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.2" }, "devDependencies": { "parcel-bundler": "^1.12.4", "sass": "^1.32.6" } }