{ "name": "@blocknote/dev-scripts", "homepage": "https://github.com/TypeCellOS/BlockNote", "private": true, "repository": { "type": "git", "url": "git+https://github.com/TypeCellOS/BlockNote.git", "directory": "packages/dev-scripts" }, "license": "MPL-2.0", "version": "0.45.0", "description": "", "type": "module", "scripts": { "gen": "pnpm run gen:examples && pnpm run gen:docs", "gen:examples": "tsx examples/gen.ts", "gen:docs": "tsx examples/genDocs.ts", "build": "tsc", "lint": "eslint examples --max-warnings 0" }, "devDependencies": { "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "eslint": "^8.57.1", "glob": "^10.5.0", "react": "^19.2.1", "react-dom": "^19.2.1", "tinyglobby": "0.2.12", "tsx": "^4.20.6", "typescript": "^5.9.3" }, "eslintConfig": { "extends": [ "../../.eslintrc.json" ] }, "dependencies": { "prettier": "3.5.3" } }