UNPKG

sp-editor

Version:

SpEditor is a HTML5 rich text editor in smartphone browsers

22 lines (21 loc) 518 B
{ "name": "@sp-editor/editor", "version": "1.0.0", "description": "", "main": "src/index.ts", "scripts": { "dev": "vite --port=9000", "build": "vite build && node scripts/after-build.js", "test": "vitest", "coverage": "vitest run --coverage", "docs": "node scripts/docs.js" }, "keywords": [], "author": "Capricorncd", "homepage": "https://github.com/capricorncd/zx-editor", "license": "MIT", "devDependencies": { "autoprefixer": "^10.4.14", "postcss": "^8.4.21" } }