{
  "name": "coding-agent-skills-sample-repo",
  "version": "0.0.0",
  "private": true,
  "type": "module",
  "scripts": {
    "typecheck": "node --check src/index.js",
    "test": "node --test",
    "build": "node --check src/index.js"
  }
}
