{
  "name": "astra-setup",
  "version": "0.2.12",
  "description": "Netlify Build plugin - This plugin connects your netlify instance to an Astra database backend, including a managed Cassandra database and HTTP APIs through Stargate.",
  "main": "src/astra-setup.js",
  "files": [
    "src/astra-setup.js"
  ],
  "bin": "src/astra-setup.js",
  "keywords": [
    "astra"
  ],
  "scripts": {
    "astra-setup": "src/astra-setup.js"
  },
  "author": "synedra <kirsten.hunter@datastax.com>",
  "license": "Apache-2.0",
  "repository": "//github.com/synedra/astra-setup",
  "bugs": "//github.com/synedra/astra-setup",
  "engines": {
    "node": ">=12.18.0"
  },
  "dependencies": {
    "@astrajs/collections": "^0.0.13",
    "@astrajs/rest": "^0.0.13",
    "astra-setup": "^0.1.26",
    "chalk": "^4.1.1",
    "configparser": "^0.3.9",
    "fstream": "^1.0.12",
    "node-jq": "^1.12.0",
    "node-unzip-2": "^0.2.8",
    "npm": "^7.12.0",
    "parsenv": "^1.0.2",
    "prompts": "^2.4.1",
    "readline": "^1.3.0",
    "request": "^2.88.2",
    "unzip": "^0.1.11",
    "unzipper": "^0.10.11"
  }
}
