{
  "name": "strykr-qa-bot",
  "version": "0.1.2",
  "description": "AI-powered QA for Strykr trading platform. Pre-built tests for crypto, stocks, news, AI chat. CI/CD ready. Works with Cursor, Claude, ChatGPT, Copilot. Vibe-coding enabled.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "npx web-qa-bot run ./test-suites --config strykr-qa.yaml",
    "test:homepage": "npx web-qa-bot run ./test-suites/homepage.yaml",
    "test:crypto": "npx web-qa-bot run ./test-suites/crypto-signals.yaml",
    "test:stocks": "npx web-qa-bot run ./test-suites/stock-signals.yaml",
    "test:news": "npx web-qa-bot run ./test-suites/news.yaml",
    "test:events": "npx web-qa-bot run ./test-suites/events.yaml",
    "test:ai-chat": "npx web-qa-bot run ./test-suites/ai-chat.yaml",
    "smoke": "npx web-qa-bot smoke https://app.strykr.ai"
  },
  "keywords": [
    "strykr",
    "prism",
    "qa",
    "testing",
    "automation",
    "web-qa-bot",
    "clawdbot",
    "moltbot",
    "ai",
    "ai-agent",
    "vibe-coding",
    "cursor",
    "claude",
    "gpt",
    "chatgpt",
    "copilot",
    "github-copilot",
    "crypto",
    "trading",
    "fintech",
    "market-intelligence",
    "defi",
    "solana",
    "evm",
    "openclaw",
    "ai-tools",
    "developer-tools",
    "devtools",
    "typescript",
    "llm"
  ],
  "author": "Next Frontier",
  "license": "MIT",
  "peerDependencies": {
    "web-qa-bot": "^0.1.0"
  },
  "devDependencies": {
    "typescript": "^5.3.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NextFrontierBuilds/strykr-qa-bot"
  }
}
