{
	"name": "@rbxts/fuzzy-search",
	"version": "1.0.4",
	"author": "Catargo",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Velover/fuzzy-search-package-rbxts.git"
	},
	"main": "out/init.lua",
	"devDependencies": {
		"@rbxts/compiler-types": "^3.0.0-types.0",
		"@rbxts/types": "^1.0.838",
		"@typescript-eslint/eslint-plugin": "^8.25.0",
		"@typescript-eslint/parser": "^8.25.0",
		"eslint": "^8.57.1",
		"eslint-config-prettier": "^9.1.0",
		"eslint-plugin-prettier": "^5.2.3",
		"eslint-plugin-roblox-ts": "^0.0.36",
		"prettier": "^3.5.2",
		"roblox-ts": "^3.0.0",
		"typescript": "^5.7.3"
	},
	"bugs": {
		"url": "https://github.com/Velover/fuzzy-search-package-rbxts/issues"
	},
	"description": "Fuzzy search allows you to find the results even with the spelling mistaces or approximate search words",
	"files": [
		"out",
		"!**/*.tsbuildinfo"
	],
	"homepage": "https://github.com/Velover/fuzzy-search-package-rbxts#readme",
	"keywords": [],
	"license": "MIT",
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"build": "rbxtsc --verbose",
		"watch": "rbxtsc -w --verbose",
		"prepublishOnly": "npm run build"
	},
	"type": "commonjs",
	"types": "out/index.d.ts"
}
