{
  "name": "oriyn",
  "version": "0.1.10",
  "description": "Oriyn CLI — run persona-grounded product research before shipping.",
  "type": "module",
  "bin": {
    "oriyn": "./src/index.ts"
  },
  "files": [
    "dist",
    "src",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "engines": {
    "bun": ">=1.2.0"
  },
  "keywords": [
    "oriyn",
    "cli",
    "research",
    "personas",
    "product-analytics",
    "product-research",
    "agent",
    "ai",
    "claude-code",
    "codex",
    "bun"
  ],
  "scripts": {
    "dev": "bun run src/index.ts",
    "build": "bun build src/index.ts --target=bun --format=esm --outfile=dist/index.js --minify",
    "build:bin": "bun build src/index.ts --compile --outfile=dist/oriyn",
    "build:bin:all": "bun run scripts/build-binaries.ts",
    "changeset": "changeset",
    "version-packages": "changeset version",
    "check:release-intent": "bun run scripts/check-release-intent.ts",
    "tag-release": "bun run scripts/tag-release-if-needed.ts",
    "verify-release-tag": "bun run scripts/verify-release-tag.ts",
    "test": "bun test",
    "typecheck": "tsc --noEmit",
    "lint": "biome check .",
    "format:check": "biome format .",
    "lint:fix": "biome check --write ."
  },
  "dependencies": {
    "@clack/prompts": "^1.3.0",
    "@sentry/bun": "^10.51.0",
    "boxen": "^8.0.1",
    "commander": "14.0.3",
    "ky": "^2.0.2",
    "oauth4webapi": "^3.8.6",
    "open": "^11.0.0",
    "ora": "^9.4.0",
    "picocolors": "^1.1.1",
    "posthog-node": "^5.33.2",
    "uuid": "^14.0.0",
    "write-file-atomic": "^8.0.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.14",
    "@changesets/cli": "^2.31.0",
    "@types/bun": "^1.3.13",
    "@types/write-file-atomic": "^4.0.3",
    "typescript": "^6.0.3",
    "typescript-language-server": "^5.2.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oriyn-ai/cli.git"
  },
  "homepage": "https://oriyn.ai",
  "bugs": {
    "url": "https://github.com/oriyn-ai/cli/issues"
  },
  "author": "Pontis Inc. <shivam@oriyn.ai>",
  "license": "Apache-2.0"
}
