File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " tsl-nodes" ,
33 "private" : true ,
4- "version" : " 0.0.0 " ,
4+ "version" : " 0.0.1 " ,
55 "type" : " module" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " hhttps://github.com/bandinopla/three.js-visual-node-editor"
9+ },
10+ "bugs" : {
11+ "url" : " https://github.com/bandinopla/three.js-visual-node-editor/issues"
12+ },
13+ "author" : " bandinopla" ,
14+ "license" : " MIT" ,
15+
616 "scripts" : {
717 "dev" : " vite" ,
818 "build" : " tsc && vite build" ,
919 "preview" : " vite preview"
1020 },
21+ "keywords" : [
22+ " three" ,
23+ " three.js" ,
24+ " javascript" ,
25+ " typescript" ,
26+ " 3d" ,
27+ " nodes" ,
28+ " shader" ,
29+ " shader-editor" ,
30+ " webgl" ,
31+ " webgl2" ,
32+ " webgpu" ,
33+ " webxr" ,
34+ " canvas" ,
35+ " svg" ,
36+ " html5"
37+ ],
1138 "devDependencies" : {
1239 "typescript" : " ~5.7.2" ,
1340 "vite" : " ^6.2.0"
You can’t perform that action at this time.
0 commit comments