2026-07-09 22:08:26 +07:00
|
|
|
{
|
|
|
|
|
"name": "asepharyana-hub",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"lint": "eslint .",
|
|
|
|
|
"format": "prettier --write .",
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"prettier": "^3.4.2",
|
|
|
|
|
"eslint": "^9.18.0"
|
|
|
|
|
}
|
|
|
|
|
}
|