{
  "name": "domainpurchase",
  "version": "0.1.3",
  "type": "module",
  "description": "Public domain purchase skill contract and local CLI stub",
  "private": true,
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "restricted"
  },
  "bin": {
    "domainpurchase": "src/index.ts"
  },
  "files": [
    "src",
    "SKILL.md",
    "tsconfig.json"
  ],
  "homepage": "https://github.com/hasnaxyz/domainpurchase#readme",
  "bugs": {
    "url": "https://github.com/hasnaxyz/domainpurchase/issues"
  },
  "scripts": {
    "start": "bun run src/index.ts"
  },
  "devDependencies": {
    "@types/bun": "^1.1.14",
    "typescript": "^5.7.2"
  }
}
