{
  "name": "atlas-connect",
  "version": "0.9.1",
  "description": "CLI for the atlassian-connect-express library (helpers for building Atlassian Connect apps on top of Express)",
  "author": "Atlassian",
  "homepage": "https://bitbucket.org/atlassian/atlas-connect",
  "license": "Apache-2.0",
  "scripts": {
    "lint": "eslint bin/* lib/*.js",
    "postversion": "git push && git push --tags"
  },
  "preferGlobal": true,
  "bin": {
    "atlas-connect": "./bin/atlas-connect.js",
    "atlas-connect-new": "./bin/atlas-connect-new.js",
    "atlas-connect-configure": "./bin/atlas-connect-configure.js"
  },
  "dependencies": {
    "adm-zip": "^0.4.16",
    "chalk": "^4.1.0",
    "commander": "^6.1.0",
    "comment-json": "^4.0.6",
    "extend": "^3.0.2",
    "inquirer": "^7.3.3",
    "node-fetch": "^2.6.1",
    "read": "^1.0.7",
    "rimraf": "^3.0.2",
    "temp": "^0.9.1",
    "update-notifier": "^4.1.1"
  },
  "optionalDependencies": {
    "@atlassian/eslint-config-atlassian-fecq": "^3.0.0",
    "eslint": "7.9.0"
  },
  "repository": {
    "type": "git",
    "url": "http://bitbucket.org/atlassian/atlas-connect"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "atlassian",
    "atlassian connect",
    "jira",
    "jira service desk",
    "confluence",
    "bitbucket"
  ],
  "engines": {
    "node": ">=4.5.0"
  }
}
