furniture/package.json
2025-08-16 07:20:36 +00:00

17 lines
306 B
JSON

{
"name": "3deditor_ai",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.1.0"
}
}