Files

15 lines
317 B
JSON
Raw Permalink Normal View History

2026-07-09 22:08:26 +07:00
{
"name": "asepharyana-hub",
"private": true,
"scripts": {
"lint": "biome lint .",
"format": "biome format --write .",
"check": "biome check --write .",
"ci": "biome ci .",
2026-07-09 22:08:26 +07:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@biomejs/biome": "2.5.3"
2026-07-09 22:08:26 +07:00
}
}