{
  "name": "conway-terminal",
  "version": "2.0.9",
  "description": "Terminal for AGI — compute, wallet, payments, deployment via MCP",
  "main": "dist/index.js",
  "bin": {
    "conway-terminal": "dist/index.js"
  },
  "type": "module",
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "ai",
    "sandbox",
    "conway",
    "aiws",
    "claude",
    "x402",
    "payments",
    "crypto",
    "wallet",
    "usdc",
    "evm"
  ],
  "author": "Conway",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Conway-Research/conway-terminal.git"
  },
  "bugs": {
    "url": "https://github.com/Conway-Research/conway-terminal/issues"
  },
  "homepage": "https://conway.tech",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "siwe": "^2.3.0",
    "viem": "^2.44.2"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "tsx": "^4.7.0",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "plugin",
    "terminal.sh",
    "README.md"
  ]
}
