@loopback/core
Version:
Define and implement core constructs such as Application and Component
51 lines (50 loc) • 1.49 kB
JSON
{
"name": "@loopback/core",
"description": "Define and implement core constructs such as Application and Component",
"version": "6.1.10",
"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": "18 || 20 || 22"
},
"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": "^7.0.13",
"debug": "^4.4.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@loopback/build": "^11.0.11",
"@loopback/eslint-config": "^15.0.5",
"@loopback/testlab": "^7.0.12",
"@types/debug": "^4.1.12",
"@types/node": "^16.18.126"
},
"gitHead": "1a389bb6fe31fec81a82825493cc66f830cd6655"
}