search-plus-ts
Version:
Search always with machs and highlights.
78 lines • 1.79 kB
JSON
{
"name": "search-plus-ts",
"version": "0.0.4",
"description": "Search always with machs and highlights.",
"type": "module",
"keywords": [
"search",
"fuzzy-search",
"full-text-search",
"highlight",
"mark",
"match",
"text-search",
"search-library",
"typescript",
"javascript",
"client-side",
"server-side",
"react",
"react-hook",
"vite",
"search-engine",
"lightweight",
"filter",
"text-matching",
"text-highlighting"
],
"license": "MIT",
"homepage": "https://github.com/devgauravjatt/search-plus-ts#readme",
"bugs": {
"url": "https://github.com/devgauravjatt/search-plus-ts/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devgauravjatt/search-plus-ts.git"
},
"author": "devgauravjatt",
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"fuse.js": "^7.1.0"
},
"devDependencies": {
"@sxzz/eslint-config": "^7.0.1",
"@sxzz/prettier-config": "^2.2.1",
"@types/node": "^22.15.17",
"bumpp": "^10.1.0",
"eslint": "^9.26.0",
"happy-dom": "^17.4.7",
"prettier": "^3.5.3",
"tsdown": "^0.12.7",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"vitest": "^3.1.3"
},
"prettier": "@sxzz/prettier-config",
"scripts": {
"lint": "eslint --cache .",
"lint:fix": "pnpm run lint --fix",
"build": "tsdown",
"dev": "tsdown --watch",
"test": "vitest",
"typecheck": "tsc --noEmit",
"format": "prettier --cache --write .",
"release": "bumpp && pnpm publish"
}
}