mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 17:41:23 +01:00
37 lines
1,002 B
JSON
37 lines
1,002 B
JSON
{
|
|
"name": "fantasy-map-generator",
|
|
"version": "1.109.5",
|
|
"description": "Azgaar's _Fantasy Map Generator_ is a free web application that helps fantasy writers, game masters, and cartographers create and edit fantasy maps.",
|
|
"homepage": "https://github.com/Azgaar/Fantasy-Map-Generator#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/Azgaar/Fantasy-Map-Generator/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Azgaar/Fantasy-Map-Generator.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Azgaar",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@types/d3": "^7.4.3",
|
|
"@types/delaunator": "^5.0.3",
|
|
"@types/polylabel": "^1.1.3",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1"
|
|
},
|
|
"dependencies": {
|
|
"alea": "^1.0.1",
|
|
"d3": "^7.9.0",
|
|
"delaunator": "^5.0.1",
|
|
"polylabel": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=24.0.0"
|
|
}
|
|
}
|