UNPKG

@alkhipce/editorjs-aitext

Version:
50 lines (49 loc) 1.14 kB
{ "name": "@alkhipce/editorjs-aitext", "version": "1.3.0", "description": "Open AI text tool for Editor.js", "private": false, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "types": "./aitext.d.ts", "repository": { "type": "git", "url": "git+https://github.com/etozhealkhipce/editorjs-aitext.git" }, "files": [ "dist" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "main": "./dist/aitext.umd.js", "module": "./dist/aitext.mjs", "exports": { ".": { "import": "./dist/aitext.mjs", "require": "./dist/aitext.umd.js" } }, "keywords": [ "editorjs", "openai", "chatgpt", "paragraph" ], "author": "alkhipce | Dyomin Ilya", "license": "MIT", "bugs": { "url": "https://github.com/etozhealkhipce/editorjs-aitext/issues" }, "homepage": "https://github.com/etozhealkhipce/editorjs-aitext#readme", "dependencies": { "@editorjs/paragraph": "^2.11.3" }, "devDependencies": { "vite": "^4.5.0" } }