@loopback/core
Version:
Define and implement core constructs such as Application and Component
51 lines (50 loc) • 1.48 kB
JSON
{
"name": "@loopback/core",
"description": "Define and implement core constructs such as Application and Component",
"version": "5.0.0",
"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": "16 || 18 || 20"
},
"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": "^6.0.0",
"debug": "^4.3.4",
"tslib": "^2.5.0"
},
"devDependencies": {
"@loopback/build": "^10.0.0",
"@loopback/eslint-config": "^14.0.0",
"@loopback/testlab": "^6.0.0",
"@types/debug": "^4.1.7",
"@types/node": "^14.18.47"
},
"gitHead": "97a26bd5973830a1d5f28aa2f58040f953995c17"
}