UNPKG

@jager-ai/holy-editor

Version:

Rich text editor with Bible verse slash commands and PWA keyboard tracking, extracted from Holy Habit project

46 lines (45 loc) 1.07 kB
{ "name": "@jager-ai/holy-editor", "version": "1.0.0", "description": "Rich text editor with Bible verse slash commands and PWA keyboard tracking, extracted from Holy Habit project", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "src", "README.md" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "prepare": "npm run build" }, "keywords": [ "rich-text-editor", "bible-verses", "slash-commands", "pwa", "keyboard-tracking", "contenteditable", "holy-habit", "mvp-factory" ], "author": "MVP Factory", "license": "MIT", "devDependencies": { "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "jest": "^29.0.0", "typescript": "^5.8.3" }, "repository": { "type": "git", "url": "https://github.com/mvp-factory/modules.git", "directory": "modules/holy-editor" }, "bugs": { "url": "https://github.com/mvp-factory/modules/issues" }, "homepage": "https://docs.mvp-factory.dev/modules/holy-editor" }