diff --git a/packages/m/minisearch.json b/packages/m/minisearch.json new file mode 100644 index 000000000..920bbfb9e --- /dev/null +++ b/packages/m/minisearch.json @@ -0,0 +1,36 @@ +{ + "name": "minisearch", + "description": "Tiny but powerful full-text search engine for browser and Node.", + "homepage": "https://lucaong.github.io/minisearch/", + "filename": "umd/index.min.js", + "keywords": [ + "search", + "full text", + "fuzzy prefix", + "auto suggest", + "auto complete", + "index" + ], + "repository": { + "type": "git", + "url": "https://github.com/lucaong/minisearch" + }, + "license": "MIT", + "autoupdate": { + "source": "npm", + "target": "minisearch", + "fileMap": [ + { + "basePath": "dist", + "files": [ + "{cjs/,es/,umd/}*.@(js|cjs)?(.map)" + ] + } + ] + }, + "authors": [ + { + "name": "Luca Ongaro" + } + ] +}