{ "name": "@kevisual/js-filter", "version": "0.0.1", "description": "sql like filter for js arrays", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "keywords": [], "author": "abearxiong (https://www.xiongxiao.me)", "license": "MIT", "packageManager": "pnpm@10.26.0", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "src" ], "devDependencies": { "typescript": "^5.0.0" }, "publishConfig": { "access": "public" } }