{
  "name": "brand-style-guide",
  "version": "0.1.0",
  "description": "Brand style guide generation",
  "type": "module",
  "bin": {
    "brand-style-guide": "./src/index.ts"
  },
  "scripts": {
    "start": "bun run src/index.ts",
    "typecheck": "tsc --noEmit",
    "build": "bun build src/index.ts --outdir dist --target node"
  },
  "dependencies": {
    "chalk": "^5.4.1",
    "openai": "^4.77.0"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "typescript": "^5.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "restricted"
  }
}
