{
  "name": "@supermemory/bash",
  "version": "0.0.32",
  "description": "Virtual bash environment for AI agents, backed by Supermemory.",
  "license": "MIT",
  "homepage": "https://github.com/supermemoryai/smfs/tree/main/bash#readme",
  "bugs": "https://github.com/supermemoryai/smfs/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/supermemoryai/smfs.git",
    "directory": "bash"
  },
  "keywords": [
    "bash",
    "supermemory",
    "ai",
    "agent",
    "filesystem",
    "tool-use",
    "llm"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "test": "vitest",
    "test:run": "vitest run",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "clean": "rm -rf dist",
    "prepublishOnly": "bun run clean && bun run typecheck && bun run lint && bun run test:run && bun run build"
  },
  "peerDependencies": {
    "just-bash": "^2.14.0",
    "supermemory": "^4.20.0"
  },
  "devDependencies": {
    "@ai-sdk/anthropic": "^3.0.71",
    "@ai-sdk/google": "^3.0.64",
    "@ai-sdk/openai": "^3.0.53",
    "@anthropic-ai/sdk": "^0.91.1",
    "@biomejs/biome": "^2.0.0",
    "@types/node": "^25.6.0",
    "ai": "^6.0.168",
    "just-bash": "^2.14.1",
    "openai": "^6.34.0",
    "supermemory": "^4.20.0",
    "typescript": "^5.6.0",
    "vitest": "^2.1.0",
    "zod": "^4.3.6"
  },
  "engines": {
    "node": ">=20"
  }
}
