Files
bo3-js/package.json

24 lines
462 B
JSON
Raw Normal View History

2025-10-12 18:03:20 +02:00
{
"name": "jsrobloxclone",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cannon-es": "^0.20.0",
2025-10-23 20:58:19 +02:00
"commander": "^14.0.1",
"fengari": "^0.1.4",
"fengari-interop": "^0.1.3",
2025-10-12 18:03:20 +02:00
"three": "^0.180.0",
"ws": "^8.18.3"
},
"devDependencies": {
"vite": "^7.1.9"
},
2025-10-23 20:58:19 +02:00
"type": "module"
2025-10-12 18:03:20 +02:00
}