{
  "name": "threepipe",
  "version": "0.5.0",
  "description": "A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "sources": "src/index.ts",
  "browser": "dist/index.js",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js",
      "require": "./dist/index.js"
    },
    "./dist": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./dist/": {
      "import": "./dist/",
      "require": "./dist/"
    },
    "./src/": {
      "import": "./dist/",
      "require": "./dist/"
    },
    "./lib": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    },
    "./lib/": {
      "import": "./lib/",
      "require": "./lib/"
    }
  },
  "type": "module",
  "files": [
    "dist",
    "src",
    "lib",
    "plugins/*/dist",
    "plugins/*/src",
    "plugins/*/tsconfig.json",
    "tsconfig.json"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/repalash/threepipe.git"
  },
  "keywords": [
    "3d",
    "three.js",
    "typescript",
    "javascipt",
    "browser",
    "esm",
    "rendering",
    "viewer",
    "webgl",
    "webgi",
    "canvas"
  ],
  "author": "repalash <palash@shaders.app>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/repalash/threepipe/issues"
  },
  "homepage": "https://github.com/repalash/threepipe#readme",
  "devDependencies": {
    "@playwright/test": "^1.58.2",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-replace": "^5.0.2",
    "@types/node": "^22.10.2",
    "@types/proper-lockfile": "^4.1.4",
    "@types/react": "^19.1.9",
    "@types/react-dom": "^19.1.7",
    "@types/stats.js": "^0.17.0",
    "@typescript-eslint/eslint-plugin": "^5.59.7",
    "@typescript-eslint/parser": "^5.59.5",
    "@vitejs/plugin-react": "^5.0.4",
    "clean-package": "^2.2.0",
    "copyfiles": "^2.4.1",
    "dotenv": "^16.5.0",
    "eslint": "^8.40.0",
    "eslint-import-resolver-typescript": "^3.5.5",
    "eslint-plugin-deprecation": "^1.4.1",
    "eslint-plugin-html": "^7.1.0",
    "eslint-plugin-import": "^2.27.5",
    "hexer": "^1.5.0",
    "local-web-server": "^5.3.0",
    "proper-lockfile": "^4.1.2",
    "rimraf": "^5.0.1",
    "rollup-plugin-glsl": "^1.3.0",
    "rollup-plugin-license": "^3.0.1",
    "three": "https://pkg.threepipe.org/dep/three/-/v0.163.10003/package.tgz",
    "tslib": "^2.5.0",
    "typedoc": "^0.28.10",
    "typescript": "5.8.3",
    "typescript-plugin-css-modules": "^5.0.1",
    "vite": "^7.1.12",
    "vite-plugin-dts": "^4.5.4",
    "vitepress": "^1.6.4",
    "vitepress-plugin-nprogress": "^0.0.4",
    "vitest": "^4.1.2",
    "wrangler": "^4.25.1"
  },
  "dependencies": {
    "@repalash/popmotion": "^11.0.5002",
    "@types/three": "https://pkg.threepipe.org/dep/@types/three/-/v0.163.10003/package.tgz",
    "@types/webxr": "^0.5.1",
    "@types/wicg-file-system-access": "^2020.9.5",
    "stats.js": "^0.17.0",
    "ts-browser-helpers": ">=0.19.4",
    "uiconfig.js": ">=0.3.1"
  },
  "peerDependencies": {
    "three": "https://pkg.threepipe.org/dep/three/-/v0.163.10003/package.tgz"
  },
  "overrides": {
    "ts-browser-helpers": "$ts-browser-helpers",
    "three": "$three",
    "@types/three": "$@types/three"
  },
  "browserslist": [
    "defaults"
  ],
  "sideEffects": false
}
