mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"name": "fantasy-map-generator",
|
|
"version": "1.87.04",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.7.4",
|
|
"vite": "^2.9.12"
|
|
}
|
|
}
|