{
  "name": "@funny-booth/agent-core",
  "version": "0.1.15",
  "description": "AIエージェント起動CLI（共有ランチャー + MCPサーバー）",
  "license": "UNLICENSED",
  "type": "commonjs",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yutamatsuura/prompt-injection-tool"
  },
  "main": "dist/index.js",
  "bin": {
    "agent-core": "dist/index.js",
    "salesbot1": "dist/bin/salesbot1.js",
    "salesbot2": "dist/bin/salesbot2.js",
    "salesbot3": "dist/bin/salesbot3.js",
    "salesbot4": "dist/bin/salesbot4.js",
    "salesbot5": "dist/bin/salesbot5.js",
    "salesbot6": "dist/bin/salesbot6.js",
    "salesbot7": "dist/bin/salesbot7.js",
    "salesbot8": "dist/bin/salesbot8.js",
    "salesbot9": "dist/bin/salesbot9.js",
    "salesbot10": "dist/bin/salesbot10.js"
  },
  "files": [
    "dist",
    "launcher.config.json"
  ],
  "scripts": {
    "build": "tsc && node scripts/generate-bins.mjs",
    "build:publish": "tsc && node scripts/obfuscate.mjs && node scripts/generate-bins.mjs",
    "prepublishOnly": "npm run build:publish",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "javascript-obfuscator": "^5.4.7",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18"
  }
}
