{
    "name": "@microsoft/powerbi-core-visual-schema",
    "description": "Visual type catalog, capabilities catalog, VCO introspection, and instance selector resolution for Power BI visuals",
    "version": "0.1.1",
    "license": "MIT",
    "type": "module",
    "main": "./index.js",
    "module": "./index.js",
    "types": "./index.d.ts",
    "exports": {
        ".": {
            "types": "./index.d.ts",
            "import": "./index.js"
        },
        "./package.json": "./package.json"
    },
    "engines": {
        "node": ">=20.10.0"
    },
    "keywords": [
        "powerbi",
        "power-bi",
        "visual",
        "visuals",
        "capabilities",
        "schema",
        "catalog",
        "report"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/microsoft/PowerBI-visuals.git",
        "directory": "packages/libs/core-visual-schema"
    },
    "homepage": "https://github.com/microsoft/PowerBI-visuals/tree/main/packages/libs/core-visual-schema#readme",
    "bugs": {
        "url": "https://github.com/microsoft/PowerBI-visuals/issues"
    },
    "files": [
        "index.js",
        "index.d.ts",
        "lib/**/*.js",
        "lib/**/*.d.ts",
        "types/**/*.d.ts",
        "data/*.json",
        "README.md",
        "LICENSE"
    ]
}
