UNPKG

@threepipe/webgi-plugins

Version:

WebGi - Realistic Rendering Plugins for ThreePipe.

55 lines (54 loc) 1.24 kB
{ "name": "@threepipe/webgi-plugins", "version": "0.5.3", "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 <palash@shaders.app> (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.3", "threepipe": "^0.0.54" }, "browserslist": [ "defaults" ], "sideEffects": false, "overrides": { "threepipe": "$threepipe", "@threepipe/plugin-tweakpane": "$@threepipe/plugin-tweakpane", "stylus": "0.0.1-security" } }