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.4", "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 || 18 || 19" }, "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.9" }, "dependencies": { "@loopback/filter": "^3.0.9", "@types/debug": "^4.1.7", "debug": "^4.3.4", "lodash": "^4.17.21", "loopback-datasource-juggler": "^4.28.2", "tslib": "^2.5.0" }, "devDependencies": { "@loopback/build": "^9.0.9", "@loopback/core": "^4.0.9", "@loopback/eslint-config": "^13.0.9", "@loopback/testlab": "^5.0.9", "@types/bson": "^4.0.5", "@types/json-schema": "^7.0.11", "@types/lodash": "^4.14.191", "@types/node": "^14.18.36", "bson": "4.7.2" }, "gitHead": "6bee26c2dad33cc4668cd0a4a127c9e7596dfef9" }