{
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {},
  "files": [
    "**"
  ],
  "name": "@algorandfoundation/algokit-client-generator",
  "version": "6.0.1",
  "description": "Generates a TypeScript client for interacting with, and deploying ARC-0032 smart contracts on the Algorand Blockchain.",
  "module": "index.mjs",
  "private": false,
  "engines": {
    "node": ">=20.0"
  },
  "type": "commonjs",
  "bin": {
    "@algorandfoundation/algokit-client-generator": "bin/cli.mjs",
    "algokitgen": "bin/cli.mjs"
  },
  "author": "Algorand Foundation",
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.4.1",
    "change-case": "^5.4.4",
    "commander": "^14.0.0",
    "jsonschema": "^1.5.0"
  },
  "peerDependencies": {
    "@algorandfoundation/algokit-utils": "^9.0.0",
    "algosdk": "^3.2.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
