{
  "name": "@shape9/cli",
  "type": "module",
  "version": "0.1.0-alpha.2",
  "description": "CLI client for SHAPE9 admin tasks",
  "main": "cli.js",
  "bin": {
    "shape9": "cli.js"
  },
  "license": "MIT",
  "scripts": {
    "start": "$npm_package_bin_shape9"
  },
  "dependencies": {
    "@project-serum/anchor": "0.17.0",
    "commander": "8.2.0",
    "diff": "5.0.0",
    "inquirer": "8.2.0",
    "picocolors": "1.0.0",
    "toml": "3.0.0"
  },
  "devDependencies": {
    "@types/inquirer": "8.1.3",
    "typescript": "4.5.0-beta"
  }
}
