Files
transit-sim/package.json
2025-11-25 23:51:37 -06:00

18 lines
378 B
JSON

{
"name": "gp",
"version": "1.0.0",
"description": "Map Madison interactively in 3D, and simulate building transit lines.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"three": "^0.181.2",
"vite": "^7.2.4"
}
}