{ "name": "loopback-datasource-juggler", "version": "4.28.9", "publishConfig": { "export-tests": true }, "description": "LoopBack DataSource Juggler", "keywords": [ "StrongLoop", "LoopBack", "DataSource", "Connector", "Database", "Juggler", "ORM" ], "author": "IBM Corp.", "engines": { "node": ">=16" }, "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": "^17.7.1", "@commitlint/config-conventional": "^17.7.0", "@types/node": "^10.17.60", "async-iterators": "^0.2.2", "bson": "^4.7.2", "eslint": "^8.48.0", "eslint-config-loopback": "^13.1.0", "eslint-plugin-mocha": "^10.1.0", "loopback-connector-throwing": "file:./test/fixtures/loopback-connector-throwing", "mocha": "^10.2.0", "nyc": "^15.1.0", "should": "^13.2.3", "typescript": "^4.9.5" }, "dependencies": { "async": "^3.2.4", "change-case": "^4.1.2", "debug": "^4.3.4", "depd": "^2.0.0", "inflection": "^1.13.4", "lodash": "^4.17.21", "loopback-connector": "^6.0.1", "minimatch": "^5.1.6", "nanoid": "^3.3.6", "qs": "^6.11.2", "strong-globalize": "^6.0.6", "traverse": "^0.6.7", "uuid": "^9.0.0" }, "license": "MIT" }