UNPKG

1.77 kBJSONView Raw
1{
2 "name": "@loopback/boot",
3 "description": "A collection of Booters for LoopBack 4 Applications",
4 "version": "5.0.9",
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/boot"
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-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.9"
39 },
40 "dependencies": {
41 "@loopback/model-api-builder": "^4.0.9",
42 "@loopback/repository": "^5.1.4",
43 "@loopback/service-proxy": "^5.0.9",
44 "@types/debug": "^4.1.7",
45 "@types/glob": "^8.1.0",
46 "debug": "^4.3.4",
47 "glob": "^8.1.0",
48 "tslib": "^2.5.0"
49 },
50 "devDependencies": {
51 "@loopback/build": "^9.0.9",
52 "@loopback/core": "^4.0.9",
53 "@loopback/eslint-config": "^13.0.9",
54 "@loopback/rest": "^12.0.9",
55 "@loopback/rest-crud": "^0.15.8",
56 "@loopback/testlab": "^5.0.9",
57 "@types/node": "^14.18.36"
58 },
59 "gitHead": "6bee26c2dad33cc4668cd0a4a127c9e7596dfef9"
60}