UNPKG

@loopback/boot

Version:

A collection of Booters for LoopBack 4 Applications

61 lines (60 loc) 1.77 kB
{ "name": "@loopback/boot", "description": "A collection of Booters for LoopBack 4 Applications", "version": "6.1.3", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "IBM Corp. and LoopBack contributors", "copyright.owner": "IBM Corp. and LoopBack contributors", "repository": { "type": "git", "url": "https://github.com/loopbackio/loopback-next.git", "directory": "packages/boot" }, "engines": { "node": "16 || 18 || 20" }, "scripts": { "acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"", "build": "lb-tsc", "clean": "lb-clean loopback-boot*.tgz dist *.tsbuildinfo package", "pretest": "npm run build", "integration": "lb-mocha \"dist/__tests__/integration/**/*.js\"", "test": "lb-mocha \"dist/__tests__/**/*.js\"", "unit": "lb-mocha \"dist/__tests__/unit/**/*.js\"", "verify": "npm pack && tar xf loopback-boot*.tgz && tree package && npm run clean" }, "publishConfig": { "access": "public" }, "files": [ "README.md", "dist", "src", "!*/__tests__" ], "peerDependencies": { "@loopback/core": "^5.0.0" }, "dependencies": { "@loopback/model-api-builder": "^5.1.3", "@loopback/repository": "^6.1.3", "@loopback/service-proxy": "^6.1.3", "@types/debug": "^4.1.8", "@types/glob": "^8.1.0", "debug": "^4.3.4", "glob": "^10.3.4", "tslib": "^2.6.2" }, "devDependencies": { "@loopback/build": "^10.1.3", "@loopback/core": "^5.1.3", "@loopback/eslint-config": "^14.0.4", "@loopback/rest": "^13.1.3", "@loopback/rest-crud": "^0.17.3", "@loopback/testlab": "^6.1.3", "@types/node": "^16.18.50" }, "gitHead": "9107199cdf1597260ee03e2a903b7db0dec8445d" }