{ "name": "railtrack_pro", "version": "1.0.0", "description": "**A web-based railway construction game featuring track building, junctions, signals, and 3D driver's eye view.**", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@playwright/test": "^1.58.2", "jest": "^30.3.0", "jsdom": "^28.1.0" } }