@threepipe/webgi-plugins
Version:
WebGi - Realistic Rendering Plugins for ThreePipe.
52 lines (51 loc) • 1.15 kB
JSON
{
"name": "@threepipe/webgi-plugins",
"version": "0.4.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": [
"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>",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/repalash/threepipe-webgi/issues"
},
"homepage": "https://github.com/repalash/threepipe-webgi#readme",
"dependencies": {
"@threepipe/plugin-tweakpane": "^0.5.3",
"threepipe": "^0.0.39"
},
"browserslist": [
"defaults"
],
"sideEffects": false,
"overrides": {
"threepipe": "$threepipe",
"@threepipe/plugin-tweakpane": "$@threepipe/plugin-tweakpane"
}
}