personal garden & website
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "threejs-app",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A simple Three.js application",
|
|
|
|
"main": "server.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node server.js",
|
|
|
|
"deploy": "NODE_ENV=production node server.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"body-parser": "^1.20.2",
|
|
|
|
"dotenv": "^16.4.5",
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"three": "^0.164.1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|