{
  "name": "prisma-multi-tenant",
  "version": "2.4.2",
  "description": "Command Line Interface for prisma-multi-tenant",
  "author": {
    "name": "Thibaud Courtoison",
    "email": "do.not.press.enter@gmail.com",
    "url": "https://errorna.me"
  },
  "license": "MIT",
  "bin": {
    "prisma-multi-tenant": "build/index.js",
    "pmt": "build/index.js"
  },
  "files": [
    "build"
  ],
  "scripts": {
    "prepare": "rm -rf build && rm -f README.md && npm run build && cp ../../README.md .",
    "build": "tsc",
    "lint": "eslint src/**/*.ts",
    "prettier": "prettier \"src/**/*.ts\" --check"
  },
  "dependencies": {
    "@prisma-multi-tenant/shared": "^2.4.2",
    "@prisma/cli": "^2.10.1",
    "arg": "^4.1.3",
    "chalk": "^4.1.0",
    "cli-table3": "^0.6.0",
    "dotenv": "^8.2.0",
    "inquirer": "^7.3.2"
  },
  "devDependencies": {
    "@types/inquirer": "^6.5.0",
    "@types/node": "^14.0.23",
    "@typescript-eslint/eslint-plugin": "^3.6.1",
    "@typescript-eslint/parser": "^3.6.1",
    "eslint": "^7.4.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "prettier": "^2.0.5",
    "typescript": "^3.9.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Errorname/prisma-multi-tenant.git"
  },
  "keywords": [
    "prisma",
    "multi-tenant"
  ],
  "bugs": {
    "url": "https://github.com/Errorname/prisma-multi-tenant/issues"
  },
  "homepage": "https://github.com/Errorname/prisma-multi-tenant#readme",
  "prettier": {
    "printWidth": 100,
    "semi": false,
    "singleQuote": true
  }
}
