{
  "name": "instar",
  "version": "1.3.724",
  "description": "Coherence infrastructure for self-evolving AI agents — on the Claude Code or Codex subscription you already have.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "bin": {
    "instar": "dist/cli.js"
  },
  "scripts": {
    "generate:manifest": "node scripts/generate-builtin-manifest.cjs",
    "build": "node scripts/generate-builtin-manifest.cjs && tsc && chmod 0755 dist/cli.js && node scripts/sign-instar-lockfile.mjs",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:push": "vitest run --config vitest.push.config.ts",
    "test:smoke": "node scripts/pre-push-smoke.mjs",
    "test:flaky": "vitest run tests/unit/relationship-routes.test.ts tests/integration/messaging-routes.test.ts tests/integration/whatsapp-routes.test.ts tests/unit/server.test.ts tests/e2e/semantic-memory-lifecycle.test.ts tests/e2e/system-reviewer-e2e.test.ts tests/e2e/working-memory-lifecycle.test.ts tests/e2e/messaging-multi-agent.test.ts",
    "test:watch": "vitest",
    "test:integration": "vitest run --config vitest.integration.config.ts",
    "test:e2e": "vitest run --config vitest.e2e.config.ts",
    "test:contract": "node scripts/run-contract-tests.js",
    "test:contract:raw": "vitest run --config vitest.contract.config.ts",
    "test:all": "vitest run && vitest run --config vitest.integration.config.ts && vitest run --config vitest.e2e.config.ts",
    "lint": "tsc --noEmit && node scripts/lint-no-direct-destructive.js && node scripts/lint-no-direct-llm-http.js && node scripts/lint-no-direct-url-log.js && node scripts/lint-no-unfunneled-topic-creation.js && node scripts/lint-no-unfunneled-headless-launch.js && node scripts/lint-no-unbounded-llm-spawn.js && node scripts/lint-no-unfunneled-credential-write.js && node scripts/lint-state-registry.js && node scripts/lint-store-retention-declared.js && node scripts/lint-no-wholefile-sync-read.js && node scripts/lint-cas-emit-placement.js && node scripts/lint-journal-actuation-ban.js && node scripts/lint-no-blocking-process-scans.js && node scripts/lint-sync-subprocess-chokepoint.js && node scripts/lint-dev-agent-dark-gate.js && node scripts/lint-guard-manifest.js && node scripts/lint-llm-attribution.js && node scripts/lint-no-mainthread-cartographer-walk.js && node scripts/lint-scrape-fixture-realness.js && node scripts/check-codex-rule1-drift.js",
    "lint:no-unbounded-llm-spawn": "node scripts/lint-no-unbounded-llm-spawn.js",
    "lint:no-unbounded-llm-spawn:staged": "node scripts/lint-no-unbounded-llm-spawn.js --staged",
    "lint:destructive": "node scripts/lint-no-direct-destructive.js",
    "lint:dev-agent-dark-gate": "node scripts/lint-dev-agent-dark-gate.js",
    "lint:guard-manifest": "node scripts/lint-guard-manifest.js",
    "lint:dev-agent-dark-gate:staged": "node scripts/lint-dev-agent-dark-gate.js --staged",
    "lint:destructive:staged": "node scripts/lint-no-direct-destructive.js --staged",
    "lint:llm-http": "node scripts/lint-no-direct-llm-http.js",
    "lint:scrape-realness": "node scripts/lint-scrape-fixture-realness.js",
    "lint:scrape-realness:staged": "node scripts/lint-scrape-fixture-realness.js --staged",
    "lint:llm-attribution": "node scripts/lint-llm-attribution.js",
    "lint:llm-attribution:staged": "node scripts/lint-llm-attribution.js --staged",
    "lint:llm-http:staged": "node scripts/lint-no-direct-llm-http.js --staged",
    "lint:credential-write": "node scripts/lint-no-unfunneled-credential-write.js",
    "lint:credential-write:staged": "node scripts/lint-no-unfunneled-credential-write.js --staged",
    "clean": "rm -rf dist",
    "check:upgrade-guide": "node scripts/check-upgrade-guide.js",
    "check:pre-push-gate": "node scripts/pre-push-gate.js",
    "check:release": "node scripts/analyze-release.js",
    "check:contract-evidence": "node scripts/check-contract-evidence.js",
    "prepublishOnly": "npm run build && npm run check:upgrade-guide && npm run check:contract-evidence",
    "postinstall": "node scripts/fix-better-sqlite3.cjs",
    "prepare": "husky"
  },
  "keywords": [
    "instar",
    "ai-agent",
    "autonomous-agent",
    "claude",
    "claude-code",
    "agent-framework",
    "telegram-bot",
    "job-scheduler",
    "agent-memory",
    "agent-identity",
    "llm",
    "mcp",
    "cli",
    "molt",
    "lobster"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/JKHeadley/instar.git"
  },
  "bugs": {
    "url": "https://github.com/JKHeadley/instar/issues"
  },
  "homepage": "https://instar.sh",
  "files": [
    "dist",
    "dashboard",
    "upgrades",
    "src/templates",
    "src/data",
    "src/threadline/data",
    "skills",
    "playbook-scripts",
    "scripts",
    ".claude/skills/setup-wizard",
    ".claude/skills/secret-setup",
    ".claude/skills/autonomous",
    ".claude/skills/build",
    ".claude/hooks",
    "src/scaffold"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=20.12.0"
  },
  "dependencies": {
    "@a2a-js/sdk": "^0.3.10",
    "@huggingface/transformers": "^3.8.1",
    "@inquirer/prompts": "^8.2.1",
    "@modelcontextprotocol/sdk": "^1.27.1",
    "@noble/ciphers": "^2.1.1",
    "@noble/hashes": "^2.0.1",
    "@scure/bip39": "^2.0.1",
    "@types/js-yaml": "^4.0.9",
    "better-sqlite3": "^12.8.0",
    "cloudflared": "^0.7.1",
    "commander": "^12.0.0",
    "croner": "^8.0.0",
    "express": "^4.18.0",
    "js-yaml": "^4.1.1",
    "marked": "^17.0.5",
    "moltbridge": "^0.1.6",
    "picocolors": "^1.0.0",
    "proper-lockfile": "^4.1.2",
    "telegram": "^2.26.22",
    "ws": "^8.19.0",
    "zod": "^4.3.6"
  },
  "optionalDependencies": {
    "baileys": "^7.0.0-rc.9",
    "sqlite-vec": "^0.1.6"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/express": "^4.17.21",
    "@types/node": "^20.11.0",
    "@types/proper-lockfile": "^4.1.4",
    "@types/supertest": "^6.0.3",
    "@types/ws": "^8.18.1",
    "husky": "^9.1.7",
    "jsdom": "^29.1.1",
    "supertest": "^7.2.2",
    "typescript": "^5.9.3",
    "vitest": "^2.1.9"
  }
}
