mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
59a180ddec
Signed-off-by: Ilan Bigio <ilan@openai.com>
11 lines
272 B
JSON
11 lines
272 B
JSON
{
|
|
"description": "Tools for repo-wide maintenance.",
|
|
"scripts": {
|
|
"format": "prettier --check *.json *.md .github/workflows/*.yml",
|
|
"format:fix": "prettier --write *.json *.md .github/workflows/*.yml"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.5.3"
|
|
}
|
|
}
|