{ "name": "@threepipe/webgi-plugins", "version": "0.5.1", "description": "WebGi - Realistic Rendering Plugins for ThreePipe.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "sources": "src/index.ts", "browser": "dist/index.js", "type": "module", "files": [ "LICENSE", "NOTICE", "README.md", "dist", "tsconfig.json" ], "repository": { "type": "git", "url": "git://github.com/repalash/threepipe-webgi.git" }, "keywords": [ "3d", "three.js", "typescript", "javascipt", "browser", "esm", "rendering", "viewer", "webgl", "webgi", "canvas" ], "author": "repalash (https://repalash.com)", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/repalash/threepipe-webgi/issues" }, "homepage": "https://github.com/repalash/threepipe-webgi#readme", "dependencies": { "@threepipe/plugin-tweakpane": "^0.6.0", "threepipe": "^0.0.47" }, "browserslist": [ "defaults" ], "sideEffects": false, "overrides": { "threepipe": "$threepipe", "@threepipe/plugin-tweakpane": "$@threepipe/plugin-tweakpane" } }