19 lines
385 B
JSON
19 lines
385 B
JSON
{
|
|
"name": "fs2026-frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"convert:geojson": "node scripts/tools/convert-geojson-outlines.js",
|
|
"format": "biome format --write",
|
|
"lint": "biome lint",
|
|
"lint:fix": "biome lint --write"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.14"
|
|
}
|
|
}
|