UNPKG

ipsased

Version:

UI toolkit monorepo containing a React component library, UI utilities, a drag-and-drop library, and more

48 lines (47 loc) 1.16 kB
{ "name": "@acusti/matchmaking", "version": "0.6.1", "type": "module", "sideEffects": false, "exports": "./dist/index.js", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "src" ], "description": "Intuitive approximate string matching (i.e. fuzzy searches)", "keywords": [ "utils", "utilities", "fuzzy", "search", "string", "text", "match", "matching", "typescript", "ts", "flow", "isomorphic", "universal" ], "scripts": { "test": "vitest" }, "repository": { "type": "git", "url": "https://github.com/acusti/uikit.git", "directory": "packages/matchmaking" }, "author": "andrew patton <andrew@acusti.ca> (https://www.acusti.ca)", "license": "Unlicense", "bugs": { "url": "https://github.com/acusti/uikit/issues" }, "homepage": "https://github.com/acusti/uikit/tree/main/packages/matchmaking#readme", "devDependencies": { "typescript": "^5.3.3", "vitest": "^1.1.0" } }