mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-20 11:01:23 +01:00
18 lines
346 B
JSON
18 lines
346 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": "^3.0.0-beta.3"
|
|
},
|
|
"dependencies": {
|
|
"lineclip": "^1.1.5",
|
|
"polylabel": "^1.1.0"
|
|
}
|
|
}
|