UNPKG

1.48 kBJSONView Raw
1{
2 "name": "@loopback/core",
3 "description": "Define and implement core constructs such as Application and Component",
4 "version": "5.1.3",
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": "16 || 18 || 20"
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": "^6.1.3",
39 "debug": "^4.3.4",
40 "tslib": "^2.6.2"
41 },
42 "devDependencies": {
43 "@loopback/build": "^10.1.3",
44 "@loopback/eslint-config": "^14.0.4",
45 "@loopback/testlab": "^6.1.3",
46 "@types/debug": "^4.1.8",
47 "@types/node": "^16.18.50"
48 },
49 "gitHead": "9107199cdf1597260ee03e2a903b7db0dec8445d"
50}