tinysearch 0.3.0

A tiny search engine for static websites
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "tinysearch-engine",
  "collaborators": [
    "Matthias Endler <matthias-endler@gmx.net>"
  ],
  "description": "A tiny search engine for static websites",
  "version": "0.2.0",
  "license": "Apache-2.0/MIT",
  "files": [
    "tinysearch_engine_bg.wasm",
    "tinysearch_engine.js",
    "tinysearch_engine.d.ts"
  ],
  "module": "tinysearch_engine.js",
  "homepage": "https://github.com/mre/tinysearch",
  "types": "tinysearch_engine.d.ts",
  "sideEffects": "false"
}