Skip to content

Commit 41c4569

Browse files
committed
package update
1 parent d09e869 commit 41c4569

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

package.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,40 @@
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"

0 commit comments

Comments
 (0)