30 lines
662 B
JSON
30 lines
662 B
JSON
{
|
|
"name": "@kevisual/js-filter",
|
|
"version": "0.0.6",
|
|
"description": "用于 JavaScript 数组的 SQL LIKE 过滤器函数",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.32.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./query-filter": "./dist/query-filter.js"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"devDependencies": {
|
|
"fuse.js": "^7.1.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
} |