{
    "name": "@prezly/slate-types",
    "version": "0.118.0",
    "description": "TypeScript definitions for Slate document structure used at Prezly",
    "license": "MIT",
    "type": "module",
    "main": "build/index.js",
    "types": "build/index.d.ts",
    "files": [
        "README.md",
        "build/"
    ],
    "exports": {
        ".": {
            "types": "./build/index.d.ts",
            "default": "./build/index.js"
        }
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/prezly/slate.git"
    },
    "bugs": {
        "url": "https://github.com/prezly/slate/issues"
    },
    "homepage": "https://github.com/prezly/slate#readme",
    "scripts": {
        "lint": "eslint ./src --ext=.ts,.tsx",
        "build": "pnpm build:types && pnpm build:esm",
        "build:types": "tsc --project ./tsconfig.build.json",
        "build:esm": "babel ./src --ignore='**/*.test.tsx','**/*.test.ts' --config-file=../../babel.config.json --extensions=.ts,.tsx --source-root=./src --out-dir=./build/",
        "watch": "NODE_ENV=development concurrently --kill-others --names 'd.ts,esm ' 'pnpm watch:types' 'pnpm watch:esm'",
        "watch:types": "tsc-fancy --preserveConsoleOutput --project ./tsconfig.build.json --watch --pretty",
        "watch:esm": "pnpm build:esm --watch",
        "test": "pnpm test:build",
        "test:build": "pnpm test:esm && pnpm test:types",
        "test:esm": "node build/index.js",
        "test:types": "tsc --noEmit --esModuleInterop build/index.d.ts",
        "clean": "pnpm clean:build && pnpm clean:node_modules",
        "clean:node_modules": "rimraf node_modules/",
        "clean:build": "rimraf build/ *.tsbuildinfo"
    },
    "peerDependencies": {
        "@udecode/plate-common": "^40.0.0",
        "slate": "^0.110.2"
    },
    "dependencies": {
        "@prezly/sdk": "^22.1.0",
        "@prezly/uploads": "^0.3.2",
        "is-plain-object": "^5.0.0"
    },
    "devDependencies": {
        "@types/node": "^18.13.0"
    },
    "gitHead": "b61534a73eb4605128dfa1b236a5311a864f1630"
}
