UNPKG

lexical-ai-plugin

Version:

This plugin is built to be used with Cloudflare Workers. In order to use this plugin, deploy this [Code](https://github.com/akadotsh/lexical-ai-worker) to Cloudflare.

34 lines (33 loc) 671 B
{ "name": "lexical-ai-plugin", "version": "0.0.2-alpha", "description": "", "main": "dist/index.js", "keywords": [ "Lexical Text editor", "AI", "Assistant" ], "repository": { "type": "git", "url": "https://github.com/akadotsh/lexical-ai" }, "scripts": { "build": "tsup" }, "author": "akadotsh", "license": "ISC", "devDependencies": { "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "tsup": "^8.0.1", "typescript": "^5.3.3" }, "peerDependencies": { "@lexical/react": ">=0.12.2", "axios": "^1.6.7", "lexical": ">=0.12.2", "react": "^18.2.0", "react-dom": "^18.2.0" } }