@threepipe/plugin-path-tracing
Version:
Path tracing plugin interfaces for Threepipe
53 lines (52 loc) • 1.17 kB
JSON
{
"name": "@threepipe/plugin-path-tracing",
"description": "Path tracing plugin interfaces for Threepipe",
"version": "0.1.2",
"dependencies": {},
"overrides": {
"threepipe": "$threepipe",
"three": "$three",
"@types/three": "$@types/three"
},
"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",
"files": [
"dist",
"src"
],
"author": "repalash <palash@shaders.app>",
"license": "Apache-2.0",
"keywords": [
"three",
"three.js",
"threepipe",
"path-tracing",
"three-gpu-pathtracer",
"rendering"
],
"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/path-tracing"
},
"peerDependencies": {
"threepipe": "^0.0.47"
}
}