{
  "name": "@ollion/flow-table",
  "version": "2.4.8",
  "description": "Table component for flow library",
  "module": "dist/flow-table.es.js",
  "main": "dist/flow-table.cjs.js",
  "types": "dist/src/index.d.ts",
  "keywords": [
    "web-components",
    "lit-element",
    "typescript",
    "lit"
  ],
  "dependencies": {
    "lit": "^3.1.0",
    "@ollion/flow-core": "2.9.15",
    "@ollion/flow-core-config": "1.1.3"
  },
  "peerDependencies": {
    "@ollion/flow-core": "^2.0.3",
    "@ollion/flow-core-config": "^1.1.3"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.5.7",
    "@open-wc/testing": "^3.1.5",
    "@types/jest": "29.5.5",
    "@web/dev-server-esbuild": "^0.4.1",
    "@web/test-runner": "^0.17.1",
    "concurrently": "^8.2.1",
    "esbuild-sass-plugin": "2.2.6",
    "lit-html": "^3.1.0",
    "sass": "^1.52.3",
    "typescript": "^5.2.2",
    "vite": "^4.4.11",
    "web-component-analyzer": "^2.0.0-next.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ollionorg/flow-core.git",
    "directory": "packages/flow-table"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "customElements": "custom-elements.json",
  "bugs": {
    "url": "https://github.com/ollionorg/flow-core/issues"
  },
  "homepage": "https://github.com/ollionorg/flow-table#readme",
  "author": "@ollion",
  "license": "MIT",
  "scripts": {
    "build": "bash ./compile.sh",
    "build:watch": "concurrently --kill-others \"vite build --emptyOutDir --watch\" \"tsc --watch\"",
    "analyze": "cem analyze --litelement --globs \"src/**/*.ts\" && wca analyze src --format vscode --outFile html.html-data.json",
    "analyze:watch": "cem analyze --litelement --globs \"src/**/*.ts\" --watch",
    "test": "web-test-runner ./src/**/*.test.ts --node-resolve --port 8095",
    "test:file": "pnpm run build && web-test-runner --node-resolve --port 8095",
    "test:watch": "pnpm run build && web-test-runner ./src/**/*.test.ts --node-resolve --watch --port 8095"
  }
}