{
    "name": "@gjsify/vite-plugin-blueprint",
    "version": "0.51.1",
    "description": "Compile GNOME Blueprint .blp templates to XML strings via blueprint-compiler. Vite / Rollup / Rolldown compatible.",
    "type": "module",
    "main": "lib/index.js",
    "module": "lib/index.js",
    "types": "lib/index.d.ts",
    "exports": {
        ".": {
            "types": "./lib/index.d.ts",
            "default": "./lib/index.js"
        },
        "./resolve": {
            "types": "./lib/resolve-compiler.d.ts",
            "default": "./lib/resolve-compiler.js"
        },
        "./types": {
            "types": "./types/blueprint.d.ts"
        }
    },
    "files": [
        "lib",
        "types"
    ],
    "scripts": {
        "clear": "gjsify clear lib tsconfig.tsbuildinfo test.node.mjs",
        "check": "gjsify tsc --noEmit",
        "build": "gjsify tsc -p tsconfig.build.json",
        "build:test:node": "gjsify build src/test.mts --app node --outfile test.node.mjs",
        "test": "gjsify run build:test:node && gjsify run test:node",
        "test:node": "node test.node.mjs"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/gjsify/gjsify.git",
        "directory": "packages/infra/vite-plugin-blueprint"
    },
    "bugs": {
        "url": "https://github.com/gjsify/gjsify/issues"
    },
    "homepage": "https://github.com/gjsify/gjsify/tree/main/packages/infra/vite-plugin-blueprint#readme",
    "keywords": [
        "vite",
        "rollup",
        "rolldown",
        "gjs",
        "gtk",
        "blueprint",
        "gnome"
    ],
    "license": "MIT",
    "dependencies": {
        "execa": "^9.6.1",
        "minify-xml": "^4.5.2"
    },
    "peerDependencies": {
        "rolldown": "^1.1.4",
        "vite": "^8.1.3"
    },
    "peerDependenciesMeta": {
        "rolldown": {
            "optional": true
        },
        "vite": {
            "optional": true
        }
    },
    "devDependencies": {
        "@gjsify/cli": "^0.51.1",
        "@gjsify/unit": "^0.51.1",
        "@types/node": "^25.9.2",
        "typescript": "^6.0.3",
        "vite": "^8.1.3"
    },
    "gjsify": {
        "tier": 1,
        "os": {
            "linux": "supported",
            "darwin": "supported",
            "win32": "supported"
        }
    }
}
