{
  "sourceType": "module",
  "name": "create-akan-workspace",
  "version": "2.4.2",
  "bin": {
    "create-akan-workspace": "index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://akanjs.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/akan-team/akanjs.git",
    "directory": "pkgs/create-akan-workspace"
  },
  "main": "./index.js",
  "dependencies": {
    "commander": "^14.0.3"
  },
  "type": "module",
  "engines": {
    "bun": ">=1.3.13"
  },
  "devDependencies": {}
}