{
  "name": "@nexylore/sentori",
  "version": "0.11.2",
  "description": "AI Agent Security Scanner — 守るべきものを、守る。MCP-focused security for the agentic era.",
  "main": "dist/cli.js",
  "types": "dist/cli.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/TakumaLee/Sentori.git"
  },
  "bin": {
    "sentori": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "ts-node src/index.ts",
    "test": "jest --coverage",
    "lint": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "ai",
    "agent",
    "security",
    "audit",
    "mcp",
    "prompt-injection",
    "scanner",
    "cli",
    "devtool",
    "llm",
    "ai-safety",
    "secret-detection",
    "red-team",
    "sentori",
    "nexylore"
  ],
  "author": "Nexylore",
  "license": "BSL-1.1",
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/glob": "^8.1.0",
    "@types/jest": "^29.5.0",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.11.0",
    "fs-extra": "^11.3.3",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.0",
    "typescript": "^5.3.0"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^12.0.0",
    "glob": "^10.3.0",
    "js-yaml": "^4.1.0",
    "tesseract.js": "^7.0.0"
  }
}
