{ "name": "@a-morphous/frontispiece-phaser-bgs", "version": "1.1.2", "description": "", "main": "dist/index.js", "type": "module", "files": [ "dist", "README.md", "CHANGELOG.md" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "node build", "prepublishOnly": "pnpm build", "dryRun": "pnpm publish --dry-run", "pub": "pnpm publish --access public", "start": "node build -w" }, "author": "Amorphous (https://amorphic.space)", "license": "MPL 2.0", "devDependencies": { "esbuild": "^0.17.16", "minimist": "^1.2.8", "npm-dts": "^1.3.12", "phaser": "^3.60.0", "phaser3-rex-plugins": "^1.1.68" }, "peerDependencies": { "phaser": "^3.60.0", "phaser3-rex-plugins": "^1.1.68" } }