{
  "name": "quill-table-up",
  "type": "module",
  "version": "3.3.2",
  "packageManager": "pnpm@10.28.2",
  "description": "A table module for quill2.x",
  "author": "zzxming",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zzxming/quill-table-up"
  },
  "keywords": [
    "quill",
    "table",
    "module"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./index.css": "./dist/index.css",
    "./table-creator.css": "./dist/table-creator.css"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "lint": "eslint",
    "build": "tsx ./scripts/build.ts",
    "dev": "tsx ./scripts/build.ts watch",
    "server": "tsx ./scripts/start-server.ts",
    "test:unit": "vitest",
    "test:e2e": "playwright test"
  },
  "peerDependencies": {
    "quill": "^2.0.3"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.7.5"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.29.0",
    "@oxc-project/runtime": "^0.112.0",
    "@playwright/test": "^1.58.2",
    "@prettier/plugin-xml": "^3.4.2",
    "@rollup/plugin-babel": "^6.1.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/gulp": "^4.0.18",
    "@types/gulp-clean-css": "^4.3.4",
    "@types/gulp-less": "^0.0.36",
    "@types/gulp-postcss": "^8.0.6",
    "@types/node": "^25.2.1",
    "@types/postcss-pxtorem": "^6.1.0",
    "@types/ws": "^8.18.1",
    "@typescript-eslint/eslint-plugin": "^8.54.0",
    "@typescript-eslint/parser": "^8.54.0",
    "@vitest/coverage-v8": "^4.0.18",
    "@vitest/ui": "^4.0.18",
    "@zzxming/eslint-config": "0.6.3",
    "autoprefixer": "^10.4.24",
    "eslint": "^10.0.0",
    "gulp": "^5.0.1",
    "gulp-clean-css": "^4.3.0",
    "gulp-less": "^5.0.0",
    "gulp-postcss": "^10.0.0",
    "jsdom": "^28.0.0",
    "open": "^11.0.0",
    "parchment": "^3.0.0",
    "postcss-pxtorem": "^6.1.0",
    "resize-observer-polyfill": "^1.5.1",
    "tsdown": "^0.20.3",
    "tslib": "^2.8.1",
    "tsx": "^4.21.0",
    "typescript": "~5.9.3",
    "vitest": "^4.0.18",
    "ws": "^8.19.0"
  }
}
