feat: initial commit of Railtrack Pro prototype with complete test suite
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user