{
  "name": "sp-editor",
  "version": "1.0.0",
  "description": "",
  "main": "src/index.ts",
  "scripts": {
    "dev": "vite --host=0.0.0.0 --port=9001",
    "build": "vite build && node scripts/after-build.js",
    "build:demo": "vite --config vite.demo.ts build --emptyOutDir",
    "docs": "node scripts/docs.js",
    "test": "vitest"
  },
  "keywords": [],
  "dependencies": {
    "image-process": "^4.2.1"
  },
  "author": "Capriocrncd",
  "license": "MIT",
  "devDependencies": {
    "autoprefixer": "^10.4.14",
    "postcss": "^8.4.21"
  }
}
