AIArchives / archives /rblx /app /package.json
CompactAI's picture
Upload 126 files
f6b8770 verified
Raw
History Blame Contribute Delete
391 Bytes
{
"name": "rblx",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"express": "^5.2.1",
"three": "^0.184.0",
"ws": "^8.21.0"
},
"devDependencies": {
"playwright": "^1.60.0"
}
}