{ "name": "@tiptap/extension-table-cell", "description": "table cell extension for tiptap", "version": "3.0.0-next.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", "tiptap extension" ], "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "src", "dist" ], "devDependencies": { "@tiptap/core": "^3.0.0-next.2" }, "peerDependencies": { "@tiptap/core": "^3.0.0-next.1" }, "repository": { "type": "git", "url": "https://github.com/ueberdosis/tiptap", "directory": "packages/extension-table-cell" }, "scripts": { "build": "tsup" } }