package.json scripts

This commit is contained in:
Evan Scamehorn
2025-11-25 23:58:34 -06:00
parent 9d0ebfce54
commit 614ccc40a5

View File

@@ -4,12 +4,14 @@
"description": "Map Madison interactively in 3D, and simulate building transit lines.", "description": "Map Madison interactively in 3D, and simulate building transit lines.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "dev": "vite",
"build": "vite build",
"preview": "vite preview"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"type": "commonjs", "type": "module",
"dependencies": { "dependencies": {
"three": "^0.181.2", "three": "^0.181.2",
"vite": "^7.2.4" "vite": "^7.2.4"