UNPKG

1.49 kBJSONView Raw
1{
2 "name": "@loopback/core",
3 "description": "Define and implement core constructs such as Application and Component",
4 "version": "4.0.7",
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": "14 || 16 || 18 || 19"
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": "^5.0.7",
39 "debug": "^4.3.4",
40 "tslib": "^2.4.1"
41 },
42 "devDependencies": {
43 "@loopback/build": "^9.0.7",
44 "@loopback/eslint-config": "^13.0.7",
45 "@loopback/testlab": "^5.0.7",
46 "@types/debug": "^4.1.7",
47 "@types/node": "^14.18.36"
48 },
49 "gitHead": "06cbcba72ceb28ab5033bae80cc5504c80ac53c2"
50}