@loopback/filter
Version:
Utility typings and filters for LoopBack filters.
45 lines (44 loc) • 1.13 kB
JSON
{
"name": "@loopback/filter",
"description": "Utility typings and filters for LoopBack filters.",
"version": "5.0.12",
"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/filter"
},
"engines": {
"node": "18 || 20 || 22"
},
"scripts": {
"build": "lb-tsc",
"build:watch": "lb-tsc --watch",
"pretest": "npm run clean && npm run build",
"test": "lb-mocha \"dist/__tests__/**/*.js\"",
"clean": "lb-clean dist *.tsbuildinfo .eslintcache"
},
"publishConfig": {
"access": "public"
},
"files": [
"README.md",
"dist",
"src",
"!*/__tests__"
],
"dependencies": {
"tslib": "^2.8.1"
},
"devDependencies": {
"@loopback/build": "^11.0.11",
"@loopback/testlab": "^7.0.12",
"@types/node": "^16.18.126",
"typescript": "~5.2.2"
},
"gitHead": "1a389bb6fe31fec81a82825493cc66f830cd6655"
}