UNPKG

tiptap-extension-iframely

Version:

A Tiptap extension for adding embedded content with Iframely.

80 lines (79 loc) 1.99 kB
{ "name": "tiptap-extension-iframely", "version": "1.0.4", "description": "A Tiptap extension for adding embedded content with Iframely.", "files": [ "dist" ], "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./server": { "import": { "types": "./dist/server.d.mts", "default": "./dist/server.mjs" }, "require": { "types": "./dist/server.d.ts", "default": "./dist/server.js" } } }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "dist/index.d.ts", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "prepublishOnly": "pnpm build", "build": "tsup", "dev": "tsup --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/haydenbleasel/tiptap-extension-iframely.git" }, "keywords": [ "iframely", "tiptap", "extension" ], "author": "Hayden Bleasel <hello@haydenbleasel.com>", "license": "ISC", "bugs": { "url": "https://github.com/haydenbleasel/tiptap-extension-iframely/issues" }, "homepage": "https://github.com/haydenbleasel/tiptap-extension-iframely#readme", "devDependencies": { "@biomejs/biome": "1.9.4", "@tiptap/core": "^2.10.3", "@tiptap/pm": "^2.10.3", "@tiptap/react": "^2.10.3", "@types/node": "^22.10.1", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.1", "react": "^19.0.0", "react-dom": "^19.0.0", "tsup": "^8.3.5", "typescript": "^5.7.2", "ultracite": "4.1.8" }, "peerDependencies": { "@tiptap/core": "^2.10.3", "@tiptap/pm": "^2.10.3", "@tiptap/react": "^2.10.3", "react": "^18.3.1", "react-dom": "^18.3.1" } }