{
  "name": "@cocreate/cli",
  "version": "1.56.1",
  "description": "Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.",
  "keywords": [
    "cli",
    "low-code",
    "realtime",
    "realtime-framework",
    "collaboration",
    "shared-editing",
    "html5-framework",
    "javascript-framework"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "postinstall": "node src/postinstall.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "automated": "nodejs src/commands/fs/automated.js",
    "bump": "node src/commands/fs/bump.js",
    "config": "nodejs src/commands/fs/config.js",
    "contribution": "nodejs src/commands/fs/contribution.js",
    "gitignore": "nodejs src/commands/fs/gitignore.js",
    "manual": "nodejs src/commands/fs/manual.js",
    "package": "nodejs src/commands/fs/package.js",
    "readme": "nodejs src/commands/fs/readme.js",
    "webpack": "nodejs src/commands/fs/webpack.js",
    "permissions": "chmod +rwx /home/ubuntu/.nvm/versions/node/v19.8.1/bin/coc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CoCreate-app/CoCreate-cli.git"
  },
  "author": "CoCreate LLC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CoCreate-app/CoCreate-cli/issues"
  },
  "homepage": "https://cocreate.app/docs/cli",
  "funding": {
    "type": "GitHub Sponsors ❤",
    "url": "https://github.com/sponsors/CoCreate-app"
  },
  "main": "src/commands/index.js",
  "bin": {
    "coc": "src/coc.js"
  },
  "dependencies": {
    "@cocreate/acme": "^1.3.2",
    "@cocreate/config": "^1.13.4",
    "@cocreate/file": "^1.21.2",
    "@cocreate/nginx": "^1.4.4",
    "@google/generative-ai": "0.24.1"
  },
  "allowScripts": {
    "@cocreate/acme@1.3.2": true,
    "@cocreate/actions@1.21.4": true,
    "@cocreate/api@1.22.5": true,
    "@cocreate/config@1.13.4": true,
    "@cocreate/crud-client@1.34.6": true,
    "@cocreate/element-prototype@1.31.4": true,
    "@cocreate/elements@1.42.9": true,
    "@cocreate/filter@1.33.6": true,
    "@cocreate/indexeddb@1.23.4": true,
    "@cocreate/local-storage@1.16.5": true,
    "@cocreate/nginx@1.4.4": true,
    "@cocreate/observer@1.19.0": true,
    "@cocreate/organizations@1.30.1": true,
    "@cocreate/render@1.46.1": true,
    "@cocreate/socket-client@1.40.5": true,
    "@cocreate/utils@1.42.2": true,
    "@cocreate/uuid@1.12.4": true,
    "@cocreate/webpack@1.4.3": true
  }
}
