{
  "name": "@finos/perspective-viewer",
  "version": "3.8.0",
  "description": "The `<perspective-viewer>` Custom Element, frontend for Perspective.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/finos/perspective"
  },
  "type": "module",
  "license": "Apache-2.0",
  "unpkg": "dist/cdn/perspective-viewer.js",
  "jsdelivr": "dist/cdn/perspective-viewer.js",
  "exports": {
    ".": {
      "types": "./dist/esm/perspective-viewer.d.ts",
      "default": "./dist/esm/perspective-viewer.js"
    },
    "./dist/*": "./dist/*",
    "./src/*": "./src/*",
    "./test/*": "./test/*",
    "./package.json": "./package.json",
    "./tsconfig.json": "./tsconfig.json"
  },
  "files": [
    "dist/**/*",
    "src/**/*",
    "tsconfig.json"
  ],
  "types": "dist/esm/perspective-viewer.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "pro_self_extracting_wasm": "0.0.9",
    "@finos/perspective": "^3.8.0"
  },
  "devDependencies": {
    "@prospective.co/procss": "0.1.16",
    "@types/react": "^17.0.2",
    "cpy": "^9.0.1",
    "prettier": "^2.8.8",
    "typedoc": "^0.28.7",
    "typescript": "~5.2.2",
    "zx": "8.3.0",
    "@finos/perspective-esbuild-plugin": "^3.8.0",
    "@finos/perspective-metadata": "^2.0.1",
    "@finos/perspective-test": "^3.8.0"
  },
  "scripts": {
    "build": "node ./build.js",
    "clean": "rimraf dist && rimraf build",
    "test:run:rust": "rustup run nightly wasm-pack test --chrome --headless",
    "docs": "npx typedoc --tsconfig tsconfig.json --out ../../docs/static/viewer"
  }
}