{
  "name": "@underbase/cli",
  "version": "2.2.17",
  "main": "build/src/index",
  "types": "build/src/index",
  "files": [
    "build"
  ],
  "bin": {
    "underbase": "./bin/underbase.js"
  },
  "dependencies": {
    "@underbase/core": "^2.2.17",
    "@underbase/types": "^2.2.12",
    "@underbase/utils": "^2.2.16",
    "fs-extra": "9.0.0",
    "yargs": "15.3.1"
  },
  "author": "Raphaël Cerveaux <raphael@crvx.fr>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sundowndev/underbase.git",
    "directory": "packages/underbase-cli"
  },
  "keywords": [
    "underbase",
    "cli",
    "schema",
    "mongodb",
    "migration",
    "database"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">= 6"
  },
  "bugs": {
    "url": "https://github.com/sundowndev/underbase/issues"
  },
  "gitHead": "c2848dff0287b9924981e4924adf4f5b331aec75"
}
