UNPKG

@loopback/repository

Version:

Define and implement a common set of interfaces for interacting with databases

59 lines (58 loc) 1.68 kB
{ "name": "@loopback/repository", "description": "Define and implement a common set of interfaces for interacting with databases", "version": "5.1.0", "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": "14 || 16 || 17 || 18" }, "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": "^4.0.5" }, "dependencies": { "@loopback/filter": "^3.0.5", "@types/debug": "^4.1.7", "debug": "^4.3.4", "lodash": "^4.17.21", "loopback-datasource-juggler": "^4.28.0", "tslib": "^2.4.1" }, "devDependencies": { "@loopback/build": "^9.0.5", "@loopback/core": "^4.0.5", "@loopback/eslint-config": "^13.0.5", "@loopback/testlab": "^5.0.5", "@types/bson": "^4.0.5", "@types/json-schema": "^7.0.11", "@types/lodash": "^4.14.190", "@types/node": "^14.18.33", "bson": "4.7.0" }, "gitHead": "2d762e2a1bcc73263dd7776e072b3ec3a9279472" }