{
  "name": "@fetchai/agent-launch-cli",
  "version": "2.0.1",
  "description": "CLI for AgentLaunch — scaffold, deploy, and tokenize AI agents from the command line",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "agentlaunch": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "test": "node --test --import tsx/esm src/__tests__/*.test.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "agentlaunch",
    "fetch-ai",
    "agentverse",
    "cli",
    "agent-launch"
  ],
  "author": "AgentLaunch",
  "license": "MIT",
  "dependencies": {
    "@cosmjs/crypto": "^0.32.0",
    "@fetchai/agent-launch-sdk": "^0.3.0",
    "@fetchai/agent-launch-templates": "^1.0.0",
    "bech32": "^2.0.0",
    "commander": "^12.0.0",
    "ethers": "^6.0.0",
    "yaml": "^2.8.3"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fetchai/agent-launch-toolkit.git"
  },
  "homepage": "https://agent-launch.ai",
  "bugs": {
    "url": "https://github.com/fetchai/agent-launch-toolkit/issues"
  }
}
