2026-07-09 22:08:26 +07:00
|
|
|
{
|
|
|
|
|
"name": "asepharyana-hub",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2026-07-10 05:42:46 +07:00
|
|
|
"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": {
|
2026-07-10 05:42:46 +07:00
|
|
|
"@biomejs/biome": "2.5.3"
|
2026-07-09 22:08:26 +07:00
|
|
|
}
|
|
|
|
|
}
|