{
  "name": "@sudobility/entity_pages",
  "version": "0.0.139",
  "description": "Page containers for entity/organization management",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc && vite build",
    "dev": "vite build --watch",
    "type-check": "tsc --noEmit",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
    "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "keywords": [
    "entity",
    "organization",
    "react",
    "pages",
    "containers",
    "typescript"
  ],
  "author": "Sudobility",
  "license": "BUSL-1.1",
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "@tanstack/react-query": "^5.0.0",
    "@sudobility/components": "^5.0.97",
    "@sudobility/entity_client": "^0.0.36",
    "@sudobility/entity-components": "^1.0.13",
    "@heroicons/react": "^2.2.0",
    "@sudobility/types": "^1.9.62",
    "@sudobility/design": "^1.1.46"
  },
  "devDependencies": {
    "@eslint/js": "^9.38.0",
    "@heroicons/react": "^2.2.0",
    "@sudobility/components": "^5.0.97",
    "@sudobility/design": "^1.1.46",
    "@sudobility/entity-components": "^1.0.13",
    "@sudobility/entity_client": "^0.0.36",
    "@sudobility/types": "^1.9.62",
    "@tanstack/react-query": "^5.0.0",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^16.0.0",
    "@types/node": "^24.0.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@vitejs/plugin-react": "^5.1.0",
    "ajv": "^8.17.1",
    "eslint": "^9.38.0",
    "eslint-plugin-react-hooks": "^7.0.0",
    "eslint-plugin-react-refresh": "^0.4.0",
    "globals": "^16.2.0",
    "jsdom": "^24.0.0",
    "prettier": "^3.6.2",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-helmet-async": "^2.0.5",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.32.1",
    "vite": "^7.1.12",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^1.3.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "optionalDependencies": {
    "@rollup/rollup-linux-x64-gnu": "4.52.5",
    "@rollup/rollup-linux-x64-musl": "4.52.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/johnqh/entity_pages.git"
  }
}
