UNPKG

loopback-datasource-juggler

Version:
70 lines (69 loc) 1.69 kB
{ "name": "loopback-datasource-juggler", "version": "5.1.11", "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": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@types/node": "^10.17.60", "async-iterators": "^0.2.2", "bson": "^4.7.2", "eslint": "^8.57.1", "eslint-config-loopback": "^13.1.0", "eslint-plugin-mocha": "^10.5.0", "loopback-connector-throwing": "file:./test/fixtures/loopback-connector-throwing", "mocha": "^11.7.1", "nyc": "^17.1.0", "should": "^13.2.3", "typescript": "^5.8.3" }, "dependencies": { "async": "^3.2.6", "change-case": "^4.1.2", "debug": "^4.4.1", "depd": "^2.0.0", "inflection": "^3.0.2", "lodash": "^4.17.21", "loopback-connector": "^6.2.6", "minimatch": "^10.0.3", "nanoid": "^3.3.11", "neotraverse": "^0.6.18", "qs": "^6.14.0", "strong-globalize": "^6.0.6", "uuid": "^11.1.0" }, "license": "MIT" }