website for beta festival 2024
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.
 
 
 
 

18 lines
357 B

{
"name": "threejs-app",
"version": "1.0.0",
"description": "A simple Three.js application",
"main": "server.js",
"scripts": {
"start": "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"
}