{
  "name": "@elf-framework/sapa",
  "version": "0.0.263",
  "description": "Fantastic UI library for vanilla JS",
  "types": "./index.d.ts",
  "files": [
    "dist",
    "index.d.ts",
    "package.json"
  ],
  "main": "./dist/sapa.umd.js",
  "module": "./dist/sapa.es.js",
  "exports": {
    "./package.json": "./package.json",
    "./jsx-runtime": {
      "import": "./dist/sapa.es.js",
      "require": "./dist/sapa.umd.js"
    },
    ".": {
      "import": "./dist/sapa.es.js",
      "require": "./dist/sapa.umd.js"
    }
  },
  "devDependencies": {
    "@elf-framework/config": "*",
    "happy-dom": "^8.1.3",
    "vite": "^4.0.4",
    "vitest": "0.26.3"
  },
  "scripts": {
    "vite:dist": "vite build --config=vite.dist.config.js",
    "npm-check": "npx npm-check-updates -u",
    "watch": "vite build --config=vite.dist.config.js --watch",
    "sapa:watch": "npm run watch",
    "ssr:watch": "npm run watch",
    "ui:watch": "npm run watch",
    "editor:watch": "npm run watch",
    "build": "npm run vite:dist",
    "test": "vitest",
    "sapa:test": "npm run test",
    "coverage": "vitest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elf-framework/editor.git"
  },
  "keywords": [
    "ELF",
    "Sapa",
    "UI",
    "Library"
  ],
  "author": "easylogic",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/elf-framework/editor/issues"
  },
  "homepage": "https://www.elf-framework.com/pages/sapa/getting-started/"
}
