-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 852 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "@react-three/gpu-pathtracer-monorepo",
"description": "Monorepo for @react-three/gpu-pathtracer-monorepo and its examples",
"version": "1.0.0",
"private": true,
"repository": "https://github.com/pmndrs/react-three-gpu-pathtracer",
"author": "Faraz Shaikh <farazzshaikh@gmail.com> (https://twitter.com/CantBeFaraz)",
"contributors": [
"Dennis Smolek <Dennis@smolek.dev> (https://twitter.com/DennisSmolek)"
],
"license": "MIT",
"homepage": "https://github.com/pmndrs/react-three-gpu-pathtracer",
"workspaces": [
"package",
"example"
],
"scripts": {
"build:package": "yarn --cwd package build",
"build": "yarn --cwd example build",
"preview": "yarn --cwd example preview",
"dev": "yarn --cwd example dev",
"release": "yarn --cwd package release"
},
"packageManager": "yarn@4.9.2"
}