{
  "name": "@idetik/core",
  "version": "0.42.0",
  "type": "module",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chanzuckerberg/idetik.git"
  },
  "description": "A layer-based visualization abstraction",
  "main": "./dist/index.umd.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.umd.cjs"
    },
    "./dist/*.js.map": "./dist/*.js.map",
    "./dist/*.cjs.map": "./dist/*.cjs.map",
    "./dist/*.d.ts.map": "./dist/*.d.ts.map"
  },
  "files": [
    "dist"
  ],
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=20.19.0",
    "npm": ">=11.3.0"
  },
  "scripts": {
    "dev": "vite",
    "compile": "tsc",
    "build": "vite build && tsc && rollup -c rollup.config.js",
    "build:examples": "vite build --mode examples",
    "examples": "vite",
    "test": "vitest",
    "test-with-coverage": "vitest run --coverage",
    "format": "prettier --write './**/*.{ts,tsx,vue,html,json}'",
    "format-check": "prettier --check './**/*.{ts,tsx,vue,html,json}'",
    "lint": "eslint .",
    "pub": "npm run build; npm publish --access=public",
    "docs:api": "typedoc",
    "docs:dev": "npm run docs:api && vitepress dev",
    "docs:build": "npm run docs:api && vitepress build",
    "docs:preview": "npm run docs:build && vitepress preview"
  },
  "dependencies": {
    "gl-matrix": "^3.4.3",
    "zarrita": "^0.7.1",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@apidevtools/json-schema-ref-parser": "^14.1.1",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/node": "^24.3.1",
    "@types/webgl2": "^0.0.11",
    "@typescript-eslint/eslint-plugin": "^8.1.0",
    "@typescript-eslint/parser": "^8.1.0",
    "@vitest/browser-playwright": "^4.0.0",
    "@vitest/coverage-istanbul": "^4.0.0",
    "conventional-changelog-conventionalcommits": "^9.1.0",
    "eslint": "^9.9.0",
    "globals": "^15.9.0",
    "jsdom": "^24.1.1",
    "json-schema-to-zod": "^2.6.1",
    "lil-gui": "^0.20.0",
    "playwright": "1.60.0",
    "prettier": "^3.3.2",
    "rollup": "^4.59.0",
    "rollup-plugin-dts": "^6.1.1",
    "semantic-release": "^25.0.2",
    "tslib": "^2.8.1",
    "typedoc": "^0.28.19",
    "typedoc-plugin-markdown": "^4.12.0",
    "typedoc-vitepress-theme": "^1.1.3",
    "typescript": "^5.2.2",
    "typescript-eslint": "^8.1.0",
    "vite": "^6.4.2",
    "vite-plugin-eslint": "^1.8.1",
    "vite-plugin-glsl": "^1.3.0",
    "vitepress": "^1.6.4",
    "vitest": "^4.0.0"
  },
  "author": "",
  "license": "MIT",
  "keywords": [
    "idetik"
  ]
}
