18 lines
316 B
JSON
18 lines
316 B
JSON
{
|
|
"name": "fs2026-frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"format": "biome format --write",
|
|
"lint": "biome lint",
|
|
"lint:fix": "biome lint --write"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.14"
|
|
}
|
|
}
|