UNPKG

@loopback/core

Version:

Define and implement core constructs such as Application and Component

51 lines (50 loc) 1.49 kB
{ "name": "@loopback/core", "description": "Define and implement core constructs such as Application and Component", "version": "7.0.1", "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/core" }, "engines": { "node": "20 || 22 || 24" }, "scripts": { "acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"", "build": "lb-tsc", "clean": "lb-clean loopback-core*.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-core*.tgz && tree package && npm run clean" }, "publishConfig": { "access": "public" }, "files": [ "README.md", "dist", "src", "!*/__tests__" ], "dependencies": { "@loopback/context": "^8.0.1", "debug": "^4.4.1", "tslib": "^2.8.1" }, "devDependencies": { "@loopback/build": "^12.0.1", "@loopback/eslint-config": "^16.0.0", "@loopback/testlab": "^8.0.1", "@types/debug": "^4.1.12", "@types/node": "^16.18.126" }, "gitHead": "739a529c28256ab39fcc173ca0195e700758ef11" }