Files
factorio-scenario-ExpCluster/package.json
2024-12-24 20:50:48 +00:00

12 lines
179 B
JSON

{
"name": "root",
"private": true,
"files": [],
"scripts": {
"build": "tsc --build",
"watch": "tsc --build --watch"
},
"devDependencies": {
"typescript": "^5.5.3"
}
}