UNPKG

1.65 kBJSONView Raw
1{
2 "name": "@loopback/repository",
3 "description": "Define and implement a common set of interfaces for interacting with databases",
4 "version": "7.0.4",
5 "license": "MIT",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "author": "IBM Corp. and LoopBack contributors",
9 "copyright.owner": "IBM Corp. and LoopBack contributors",
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/loopbackio/loopback-next.git",
13 "directory": "packages/repository"
14 },
15 "engines": {
16 "node": "18 || 20 || 22"
17 },
18 "scripts": {
19 "acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"",
20 "build": "lb-tsc",
21 "clean": "lb-clean loopback-repository*.tgz dist *.tsbuildinfo package",
22 "pretest": "npm run build",
23 "test": "lb-mocha \"dist/__tests__/**/*.js\"",
24 "verify": "npm pack && tar xf loopback-repository*.tgz && tree package && npm run clean"
25 },
26 "publishConfig": {
27 "access": "public"
28 },
29 "files": [
30 "README.md",
31 "dist",
32 "src",
33 "!*/__tests__"
34 ],
35 "peerDependencies": {
36 "@loopback/core": "^6.0.0"
37 },
38 "dependencies": {
39 "@loopback/filter": "^5.0.4",
40 "@types/debug": "^4.1.12",
41 "debug": "^4.3.5",
42 "lodash": "^4.17.21",
43 "loopback-datasource-juggler": "^5.0.11",
44 "tslib": "^2.6.3"
45 },
46 "devDependencies": {
47 "@loopback/build": "^11.0.4",
48 "@loopback/core": "^6.1.1",
49 "@loopback/eslint-config": "^15.0.3",
50 "@loopback/testlab": "^7.0.4",
51 "@types/json-schema": "^7.0.15",
52 "@types/lodash": "^4.17.6",
53 "@types/node": "^16.18.101",
54 "bson": "5.5.1"
55 },
56 "gitHead": "e163a97b7133b56698755e707d4e59b92dd4efb4"
57}