2025-04-16 12:56:08 -04:00
|
|
|
{
|
|
|
|
|
"description": "Tools for repo-wide maintenance.",
|
|
|
|
|
"scripts": {
|
2025-04-16 13:47:36 -07:00
|
|
|
"release": "cd codex-cli && npm run release",
|
2025-04-16 12:56:08 -04:00
|
|
|
"format": "prettier --check *.json *.md .github/workflows/*.yml",
|
|
|
|
|
"format:fix": "prettier --write *.json *.md .github/workflows/*.yml"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"prettier": "^3.5.3"
|
|
|
|
|
}
|
|
|
|
|
}
|