{
  "name": "@threepipe/plugin-tweakpane",
  "description": "Tweakpane UI Plugin for ThreePipe",
  "version": "0.6.0",
  "dependencies": {
    "uiconfig-tweakpane": "^0.0.10"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./dist/": {
      "import": "./dist/",
      "require": "./dist/"
    }
  },
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "source": "src/index.ts",
  "files": [
    "dist",
    "src"
  ],
  "author": "repalash <palash@shaders.app>",
  "license": "Apache-2.0",
  "keywords": [
    "three",
    "three.js",
    "tweakpane",
    "threepipe",
    "plugin"
  ],
  "bugs": {
    "url": "https://github.com/repalash/threepipe/issues"
  },
  "homepage": "https://github.com/repalash/threepipe#readme",
  "repository": {
    "type": "git",
    "url": "git://github.com/repalash/threepipe.git",
    "directory": "plugins/tweakpane"
  },
  "peerDependencies": {
    "threepipe": "^0.0.40"
  }
}
