{
  "name": "brand-assets",
  "version": "0.1.0",
  "private": true,
  "description": "Extract brand assets, colors, and typography from a website you name, with full source provenance",
  "type": "module",
  "main": "src/index.ts",
  "bin": {
    "brand-assets": "src/index.ts"
  },
  "files": [
    "src",
    "SKILL.md",
    "tsconfig.json"
  ],
  "keywords": [
    "brand",
    "logo",
    "favicon",
    "palette",
    "scraper",
    "skill"
  ],
  "scripts": {
    "start": "bun run src/index.ts",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "node-html-parser": "^6.1.13"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "typescript": "^5.7.0"
  }
}
