{
  "name": "i4k-find",
  "version": "1.4.3",
  "description": "URL action engine",
  "main": "src/index.js",
  "type": "module",
  "scripts": {
    "dev": "serve -p 8000 || python3 -m http.server --directory .",
    "test": "ava",
    "opensearch": "node ./src/scripts/opensearch-xml.js ?generate=true",
    "find": "node ./src/scripts/i4k-find.js"
  },
  "bin": {
    "i4k-find": "./src/scripts/i4k-find.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/internet4000/find.git"
  },
  "author": "internet4000 and contributors",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/internet4000/find/issues"
  },
  "homepage": "https://github.com/internet4000/find#readme",
  "devDependencies": {
    "ava": "^5.3.1",
    "serve": "^14.2.0"
  },
  "ava": {
    "files": [
      "src/tests/**/*"
    ]
  },
  "i4k-find": {
    "localStorageKey": "i4find",
    "queryParamName": "q",
    "shortName": "Find",
    "description": "Find search",
    "image": "https://internet4000.github.io/find/assets/favicon.ico",
    "templateHTML": "https://internet4000.github.io/find/#q={searchTerms}",
    "templateXML": "https://internet4000.github.io/find/assets/opensearch.xml",
    "templateSuggestions": "https://internet4000.github.io/find/api/suggestions/#q={searchTerms}"
  }
}
