@loopback/repository
Version:
Define and implement a common set of interfaces for interacting with databases
58 lines (57 loc) • 1.65 kB
JSON
{
"name": "@loopback/repository",
"description": "Define and implement a common set of interfaces for interacting with databases",
"version": "7.0.13",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "IBM Corp. and LoopBack contributors",
"copyright.owner": "IBM Corp. and LoopBack contributors",
"repository": {
"type": "git",
"url": "https://github.com/loopbackio/loopback-next.git",
"directory": "packages/repository"
},
"engines": {
"node": "18 || 20 || 22"
},
"scripts": {
"acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"",
"build": "lb-tsc",
"clean": "lb-clean loopback-repository*.tgz dist *.tsbuildinfo package",
"pretest": "npm run build",
"test": "lb-mocha \"dist/__tests__/**/*.js\"",
"verify": "npm pack && tar xf loopback-repository*.tgz && tree package && npm run clean"
},
"publishConfig": {
"access": "public"
},
"files": [
"README.md",
"dist",
"src",
"!*/__tests__"
],
"peerDependencies": {
"@loopback/core": "^6.0.0"
},
"dependencies": {
"@loopback/filter": "^5.0.12",
"@types/debug": "^4.1.12",
"debug": "^4.4.0",
"lodash": "^4.17.21",
"loopback-datasource-juggler": "^5.1.7",
"tslib": "^2.8.1"
},
"devDependencies": {
"@loopback/build": "^11.0.11",
"@loopback/core": "^6.1.10",
"@loopback/eslint-config": "^15.0.5",
"@loopback/testlab": "^7.0.12",
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.17.16",
"@types/node": "^16.18.126",
"bson": "5.5.1"
},
"gitHead": "1a389bb6fe31fec81a82825493cc66f830cd6655"
}