{
  "name": "audio-extract",
  "version": "0.1.0",
  "type": "module",
  "bin": {
    "audio-extract": "./src/index.ts"
  },
  "scripts": {
    "dev": "bun run src/index.ts",
    "build": "bun build src/index.ts --outdir dist --target node",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {},
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "restricted"
  },
  "files": [
    "src",
    "dist",
    "SKILL.md"
  ]
}
