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.
19 lines
357 B
19 lines
357 B
6 months ago
|
{
|
||
|
"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"
|
||
|
}
|