{
	"name": "accurate-search",
	"version": "1.2.16",
	"description": "The fastest and most accurate javascript full-text search library. Accurate search uses match distance algorithm to return the accurate order of the matching items.",
	"main": "accuratesearch.min.js",
	"scripts": {
		"test": "mocha"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/florind9/accurate-search.git"
	},
	"keywords": [
		"search",
		"text search",
		"full text search",
		"search engine"
	],
	"author": "Florin Mirel Dumitrescu",
	"license": "ISC",
	"bugs": {
		"url": "https://github.com/florind9/accurate-search/issues"
	},
	"homepage": "https://accuratesearch.org",
	"devDependencies": {
		"mocha": "^11.7.5"
	},
	"overrides": {
		"diff": "8.0.4",
		"serialize-javascript": "7.0.5"
	}
}
