{
    "name": "@prezly/slate-lists",
    "version": "0.118.0",
    "description": "The best Slate lists extension out there",
    "license": "MIT",
    "type": "module",
    "main": "build/index.js",
    "types": "build/index.d.ts",
    "exports": {
        ".": {
            "types": "./build/index.d.ts",
            "default": "./build/index.js"
        }
    },
    "files": [
        "README.md",
        "build/"
    ],
    "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": "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:unit && pnpm test:build",
        "test:unit": "mocha --exit --config ../../.mocha/config.cjs './src/**/*.test.{ts,tsx}'",
        "test:build": "pnpm test:esm && pnpm test:types",
        "test:esm": "node --input-type module -e \" import '../../.mocha/mockDOM.cjs'; import './build/index.js'; \" ",
        "test:types": "tsc --noEmit --esModuleInterop --skipLibCheck 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",
        "react": "^18.3.0",
        "react-dom": "^18.3.0",
        "slate": "^0.110.2",
        "slate-react": "^0.111.0"
    },
    "dependencies": {
        "is-hotkey": "^0.2.0",
        "uuid": "^8.3.0"
    },
    "devDependencies": {
        "@types/is-hotkey": "^0.1.7",
        "@types/node": "^18.13.0",
        "@types/uuid": "^8.3.0"
    },
    "gitHead": "b61534a73eb4605128dfa1b236a5311a864f1630"
}
