1 | {
|
2 | "name": "@loopback/core",
|
3 | "description": "Define and implement core constructs such as Application and Component",
|
4 | "version": "6.0.2",
|
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/core"
|
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-core*.tgz dist *.tsbuildinfo package",
|
22 | "pretest": "npm run build",
|
23 | "integration": "lb-mocha \"dist/__tests__/integration/**/*.js\"",
|
24 | "test": "lb-mocha \"dist/__tests__/**/*.js\"",
|
25 | "unit": "lb-mocha \"dist/__tests__/unit/**/*.js\"",
|
26 | "verify": "npm pack && tar xf loopback-core*.tgz && tree package && npm run clean"
|
27 | },
|
28 | "publishConfig": {
|
29 | "access": "public"
|
30 | },
|
31 | "files": [
|
32 | "README.md",
|
33 | "dist",
|
34 | "src",
|
35 | "!*/__tests__"
|
36 | ],
|
37 | "dependencies": {
|
38 | "@loopback/context": "^7.0.2",
|
39 | "debug": "^4.3.4",
|
40 | "tslib": "^2.6.2"
|
41 | },
|
42 | "devDependencies": {
|
43 | "@loopback/build": "^11.0.2",
|
44 | "@loopback/eslint-config": "^15.0.2",
|
45 | "@loopback/testlab": "^7.0.2",
|
46 | "@types/debug": "^4.1.12",
|
47 | "@types/node": "^16.18.96"
|
48 | },
|
49 | "gitHead": "06b27e1b47cea48b54280e5590bb165e11fbeb10"
|
50 | }
|