{
    "name": "@pixelation/scene",
    "version": "1.0.10",
    "description": "Scene management for the Pixelation Engine.",
    "type": "module",
    "files": [
        "dist/*",
        "dist/**/*",
        "CHANGELOG.md",
        "LICENSE",
        "README.md"
    ],
    "scripts": {
        "build": "npm run build:lib && npm run build:types",
        "build:lib": "vite build",
        "build:types": "tsc -p . --emitDeclarationOnly",
        "dev": "vite dev --host"
    },
    "publishConfig": {
        "access": "public"
    },
    "keywords": [
        "pixel",
        "art",
        "game",
        "scene"
    ],
    "author": "Jake Hamilton <jake.hamilton@hey.com>",
    "license": "Apache-2.0",
    "exports": {
        ".": {
            "import": "./dist/bundle.es.mjs",
            "require": "./dist/bundle.cjs.js",
            "default": "./dist/bundle.umd.js",
            "types": "./dist/index.d.ts"
        }
    },
    "main": "./dist/bundle.cjs.js",
    "types": "./dist/index.d.ts",
    "devDependencies": {
        "vite": "^5.4.11",
        "typescript": "^5.6.3"
    },
    "dependencies": {
        "@pixelation/engine": "1.8.7"
    },
    "homepage": "https://github.com/jakehamilton/pixelation",
    "repository": {
        "type": "git",
        "url": "https://github.com/jakehamilton/pixelation.git"
    },
    "bugs": {
        "url": "https://github.com/jakehamilton/pixelation/issues"
    }
}
