{
  "name": "standout",
  "version": "0.7.1",
  "description": "Build your developer profile with AI. One command, zero friction.",
  "type": "module",
  "main": "./dist/cli.js",
  "bin": {
    "standout": "./dist/cli.js"
  },
  "homepage": "https://standout.work",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Standout-Work/standout.git",
    "directory": "packages/standout"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "node build.mjs",
    "dev": "node build.mjs && node dist/cli.js",
    "test": "tsx --test tests/*.test.ts",
    "preview:tiers": "tsx src/wrapped/preview.ts",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.70.0",
    "@modelcontextprotocol/sdk": "^1.0.0",
    "@resvg/resvg-js": "^2.6.2",
    "boxen": "^8.0.1",
    "chalk": "^5.6.2",
    "figlet": "^1.11.0",
    "gradient-string": "^3.0.0",
    "open": "^11.0.0",
    "playwright-core": "^1.59.1",
    "qrcode-generator": "^2.0.4",
    "react": "^19.2.7",
    "satori": "^0.26.0",
    "undici": "^6.26.0",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/figlet": "^1.7.0",
    "@types/node": "^25.6.0",
    "esbuild": "^0.28.1",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "developer",
    "profile",
    "ai",
    "talent",
    "career"
  ],
  "license": "MIT",
  "optionalDependencies": {
    "better-sqlite3": "^12.9.0"
  },
  "allowScripts": {
    "better-sqlite3": true,
    "esbuild": true,
    "fsevents": true
  }
}
