{
  "name": "dotaios",
  "version": "2.0.20",
  "description": "Stop re-explaining yourself to every AI. Keep who you are and what you're working on in one folder on your computer.",
  "type": "module",
  "packageManager": "pnpm@10.33.4",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/filocosta46/dotaios.git"
  },
  "homepage": "https://dotaios.vercel.app",
  "bugs": {
    "url": "https://github.com/filocosta46/dotaios/issues"
  },
  "author": "Filippo Costa",
  "bin": {
    "dotaios": "packages/cli/src/index.mjs",
    "aios": "packages/cli/src/index.mjs",
    "dotaios-mcp": "packages/mcp/src/server.mjs"
  },
  "files": [
    "packages/cli/src",
    "packages/core/src",
    "packages/mcp/src",
    "templates",
    "skills",
    "npm-shrinkwrap.json",
    "docs/advanced-memory.md",
    "docs/adr/0001-versioned-aios-folder-migrations.md",
    "docs/adr/0002-managed-project-workspaces.md",
    "docs/architecture.md",
    "docs/client-support.md",
    "docs/compatibility-acceptance.md",
    "docs/context-import.md",
    "docs/friend-setup.md",
    "docs/getting-started.md",
    "docs/gitsync-mobile.md",
    "docs/google-workspace.md",
    "docs/mcp.md",
    "docs/okf.md",
    "docs/plugin-development.md",
    "docs/projects.md",
    "docs/research-continuation.md",
    "docs/source-follow.md",
    "docs/adapters.md",
    "docs/schedules.md",
    "docs/security.md",
    "docs/sessions.md",
    "INSTALL.md",
    "README.md",
    "LICENSE",
    "THIRD-PARTY-NOTICES.md"
  ],
  "scripts": {
    "cli": "node packages/cli/src/index.mjs",
    "check": "node packages/cli/src/index.mjs --help",
    "syntax-check": "node scripts/syntax-check.mjs",
    "verify:npm": "node scripts/verify-npm-freshness.mjs",
    "smoke": "node scripts/smoke.mjs",
    "test": "node --test tests/**/*.test.mjs",
    "pack:admission": "node scripts/onboarding-release-acceptance.mjs --build-package",
    "pack:check": "npm run pack:admission -- --dry-run",
    "changelog": "git log --oneline $(git describe --tags --abbrev=0)..HEAD",
    "release:check": "node scripts/release-checklist.mjs"
  },
  "keywords": [
    "ai",
    "agents",
    "memory",
    "cli",
    "context",
    "local-first",
    "ai-context",
    "aios",
    "agent-skills",
    "personal-ai",
    "claude-code",
    "codex",
    "cursor",
    "gemini",
    "antigravity"
  ],
  "engines": {
    "node": ">=20"
  },
  "license": "MIT",
  "dependencies": {
    "@mozilla/readability": "0.6.0",
    "linkedom": "0.18.12",
    "turndown": "7.2.4",
    "unpdf": "1.6.2",
    "yaml": "2.9.0"
  },
  "bundleDependencies": [
    "@mozilla/readability",
    "linkedom",
    "turndown",
    "unpdf",
    "yaml"
  ],
  "gitHead": "9b921a251efc56866d35eb77d575ae9450620d0d"
}
