UNPKG

1.72 kBJSONView Raw
1{
2 "name": "@loopback/boot",
3 "description": "A collection of Booters for LoopBack 4 Applications",
4 "version": "5.0.0",
5 "license": "MIT",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "author": "IBM Corp.",
9 "copyright.owner": "IBM Corp.",
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/loopbackio/loopback-next.git",
13 "directory": "packages/boot"
14 },
15 "engines": {
16 "node": "14 || 16 || 17 || 18"
17 },
18 "scripts": {
19 "acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"",
20 "build": "lb-tsc",
21 "clean": "lb-clean loopback-boot*.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-boot*.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 "peerDependencies": {
38 "@loopback/core": "^4.0.0"
39 },
40 "dependencies": {
41 "@loopback/model-api-builder": "^4.0.0",
42 "@loopback/repository": "^5.0.0",
43 "@loopback/service-proxy": "^5.0.0",
44 "@types/debug": "^4.1.7",
45 "@types/glob": "^7.2.0",
46 "debug": "^4.3.4",
47 "glob": "^8.0.1",
48 "tslib": "^2.4.0"
49 },
50 "devDependencies": {
51 "@loopback/build": "^9.0.0",
52 "@loopback/core": "^4.0.0",
53 "@loopback/eslint-config": "^13.0.0",
54 "@loopback/rest": "^12.0.0",
55 "@loopback/rest-crud": "^0.14.0",
56 "@loopback/testlab": "^5.0.0",
57 "@types/node": "^12.20.50"
58 },
59 "gitHead": "61453a3d7a16f9f37875a3f2c2a071568eb3e3af"
60}