{
  "name": "@dabblelab/autopilot-core",
  "version": "1.0.1",
  "description": "Core functionality for the Twilio Autopilot CLI and the Twilio Autopilot Plugin for the Twilio CLI.",
  "main": "index.js",
  "scripts": {
    "test": "mocha --timeout 0 --reporter spec",
    "preinstall": "node check-version.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dabblelab/autopilot-core.git"
  },
  "keywords": [
    "autopilot",
    "twilio",
    "autopilot core",
    "core"
  ],
  "author": "Mohammad Khalid",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dabblelab/autopilot-core/issues"
  },
  "homepage": "https://github.com/dabblelab/autopilot-core#readme",
  "dependencies": {
    "csv-parse": "^4.6.3",
    "csv-writer": "^1.5.0",
    "extract-zip": "1.6.7",
    "fs-extra": "7.0.1",
    "inquirer": "^6.2.1",
    "lodash": "^4.17.11",
    "moment": "^2.24.0",
    "ora": "^3.0.0",
    "pretty-json-stringify": "0.0.2",
    "request": "^2.34",
    "request-promise": "^4.2.2",
    "simple-git": "^1.107.0",
    "underscore": "^1.9.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "*"
  },
  "engines": {
    "node": ">=8.10.0"
  }
}
