UNPKG

@loopback/filter

Version:

Utility typings and filters for LoopBack filters.

45 lines (44 loc) 1.12 kB
{ "name": "@loopback/filter", "description": "Utility typings and filters for LoopBack filters.", "version": "6.0.7", "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": "20 || 22 || 24" }, "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": "^12.0.7", "@loopback/testlab": "^8.0.7", "@types/node": "^16.18.126", "typescript": "~5.2.2" }, "gitHead": "68b1a429ac9f3ec7ac0fc275ba7907ca620a08d2" }