{
  "name": "@nonfx/flow-table",
  "version": "2.7.3",
  "description": "Table component for flow library",
  "type": "module",
  "module": "dist/flow-table.es.js",
  "types": "dist/src/index.d.ts",
  "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": "bun run build && web-test-runner --node-resolve --port 8095",
    "test:watch": "bun run build && web-test-runner ./src/**/*.test.ts --node-resolve --watch --port 8095"
  },
  "keywords": [
    "web-components",
    "lit-element",
    "typescript",
    "lit"
  ],
  "dependencies": {
    "@nonfx/flow-core": "workspace:*",
    "@nonfx/flow-core-config": "workspace:*",
    "lit": "^3.2.1"
  },
  "peerDependencies": {
    "@nonfx/flow-core": "latest",
    "@nonfx/flow-core-config": "latest"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.10.4",
    "@open-wc/testing": "^4.0.0",
    "@types/jest": "29.5.14",
    "@web/dev-server-esbuild": "^1.0.4",
    "@web/test-runner": "^0.20.0",
    "concurrently": "^8.2.1",
    "esbuild-sass-plugin": "3.3.1",
    "lit-html": "^3.2.1",
    "sass": "^1.85.1",
    "typescript": "^5.7.3",
    "vite": "^6.2.0",
    "web-component-analyzer": "^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nonfx/flow-core.git",
    "directory": "packages/flow-table"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "customElements": "custom-elements.json",
  "bugs": {
    "url": "https://github.com/nonfx/flow-core/issues"
  },
  "homepage": "https://github.com/ollionorg/flow-table#readme",
  "author": "@nonfx",
  "license": "MIT"
}
