{
    "name": "@ui-schema/dictionary",
    "version": "0.0.13",
    "description": "",
    "homepage": "https://ui-schema.bemit.codes",
    "author": "Michael Becker <michael@bemit.codes>",
    "license": "MIT",
    "keywords": [
        "ui-schema",
        "json-schema"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/ui-schema/ui-schema.git",
        "directory": "packages/dictionary"
    },
    "bugs": {
        "url": "https://github.com/ui-schema/ui-schema/issues"
    },
    "main": "index.js",
    "module": "esm/index.js",
    "sideEffects": false,
    "devDependencies": {
        "immutable": "^5.0.0"
    },
    "peerDependencies": {
        "@ui-schema/ui-schema": "~0.3.0 || ~0.4.0-alpha",
        "immutable": "^4.0.0 || ^5.0.0"
    },
    "scripts": {
        "dtsgen": "tsc -d --emitDeclarationOnly --pretty && merge-dirs build/dts/dictionary/src build && rm -rf build/dts && rm -rf build/**/*.test.* build/**/*.mock.*"
    },
    "publishConfig": {
        "access": "public"
    }
}