{
  "name": "loopback-datasource-juggler",
  "version": "5.0.5",
  "publishConfig": {
    "export-tests": true
  },
  "description": "LoopBack DataSource Juggler",
  "keywords": [
    "StrongLoop",
    "LoopBack",
    "DataSource",
    "Connector",
    "Database",
    "Juggler",
    "ORM"
  ],
  "author": "IBM Corp.",
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/loopbackio/loopback-datasource-juggler"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "browser": {
    "depd": "./lib/browser.depd.js"
  },
  "scripts": {
    "lint": "eslint .",
    "build": "npm run build-ts-types",
    "build-ts-types": "tsc -p tsconfig.json --outDir dist",
    "pretest": "npm run build",
    "test": "nyc mocha",
    "posttest": "npm run lint"
  },
  "devDependencies": {
    "@commitlint/cli": "^18.6.0",
    "@commitlint/config-conventional": "^18.6.0",
    "@types/node": "^10.17.60",
    "async-iterators": "^0.2.2",
    "bson": "^4.7.2",
    "eslint": "^8.56.0",
    "eslint-config-loopback": "^13.1.0",
    "eslint-plugin-mocha": "^10.2.0",
    "loopback-connector-throwing": "file:./test/fixtures/loopback-connector-throwing",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "should": "^13.2.3",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "async": "^3.2.5",
    "change-case": "^4.1.2",
    "debug": "^4.3.4",
    "depd": "^2.0.0",
    "inflection": "^3.0.0",
    "lodash": "^4.17.21",
    "loopback-connector": "^6.1.1",
    "minimatch": "^9.0.3",
    "nanoid": "^3.3.7",
    "qs": "^6.11.2",
    "strong-globalize": "^6.0.6",
    "traverse": "^0.6.8",
    "uuid": "^9.0.1"
  },
  "license": "MIT"
}