-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 970 Bytes
/
package.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@polygonjs/plugin-occlusion",
"version": "1.5.46",
"engines": {
"node": ">=16.13.1",
"yarn": ">=1.22.15"
},
"files": [
"dist"
],
"main": "dist/index.es.js",
"description": "Occlusion plugin for the 3D engine https://polygonjs.com",
"repository": {
"url": "[email protected]:polygonjs/plugin-occlusion.git",
"type": "git"
},
"keywords": [
"3D",
"javascript",
"webgl",
"procedural",
"node-based",
"occlusion",
"lighting"
],
"author": "Guillaume Fradin <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@polygonjs/polygonjs": "^1.5.45",
"geo-ambient-occlusion": "3.0.4"
},
"devDependencies": {
"@types/node": "^20.10.1",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"prettier": "3.0.3",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-dts": "^3.6.4"
}
}