{
  "name": "arkna-scan",
  "version": "1.4.0",
  "description": "Find the AI agents in your codebase. Zero config, zero dependencies. Just run npx arkna-scan.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "arkna-scan": "dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "npm run build && node --test",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chengwhk/arkna-local",
    "directory": "packages/arkna-scanner"
  },
  "homepage": "https://arkna.ai",
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "arkna",
    "ai-agents",
    "scanner",
    "agent-discovery",
    "llm-detection",
    "ai-agent-evidence",
    "openai",
    "anthropic",
    "langchain",
    "crewai",
    "autogen"
  ],
  "license": "MIT"
}
