Skip to content

Commit d79e072

Browse files
committed
Add serve package for simple local viewing
1 parent 25967ca commit d79e072

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "molecule-3d-visualisation",
3+
"version": "1.0.0",
4+
"description": "A 3D molecule visualisation tool using Three.js.",
5+
"main": "public/script.js",
6+
"scripts": {
7+
"start": "npx serve public",
8+
"dev": "npx serve public -l 3000"
9+
},
10+
"keywords": [
11+
"threejs",
12+
"molecule",
13+
"visualisation",
14+
"3d",
15+
"chemistry"
16+
],
17+
"author": "MrBlankCoding",
18+
"license": "MIT",
19+
"dependencies": {
20+
"serve": "^14.2.0"
21+
}
22+
}

0 commit comments

Comments
 (0)