{
  "name": "create-openchat-bot",
  "version": "1.1.0-beta.5",
  "description": "CLI tool to create OpenChat bot templates",
  "main": "index.js",
  "bin": {
    "create-openchat-bot": "./bin/create-openchat-bot.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "openchat",
    "bot",
    "template",
    "create",
    "cli",
    "internet computer",
    "Internet Computer",
    "ICP",
    "OpenChat",
    "OpenChat Bot",
    "OpenChat Bot Template",
    "OpenChat Bot Creator",
    "OpenChat Bot Generator"
  ],
  "author": "ICP HUBS DevRels Syndicate",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ICP-HUBS-DevRels-Syndicate/openchat-bots.git"
  },
  "bugs": {
    "url": "https://github.com/ICP-HUBS-DevRels-Syndicate/openchat-bots/issues"
  },
  "homepage": "https://github.com/ICP-HUBS-DevRels-Syndicate/openchat-bots#readme",
  "dependencies": {
    "chalk": "^4.1.2",
    "inquirer": "^8.2.5",
    "ora": "^5.4.1",
    "shelljs": "^0.8.5"
  }
}
