package.json 130 B

1234567
  1. {
  2. "name": "codex-oauth-automation-extension",
  3. "private": true,
  4. "scripts": {
  5. "test": "node --test tests/*.test.js"
  6. }
  7. }