{
  "name": "surch",
  "version": "0.3.0",
  "license": "MIT",
  "description": "Create and query searchable document indices.",
  "keywords": [
    "search",
    "index",
    "query",
    "document",
    "find",
    "match"
  ],
  "author": "Phil Booth <pmbooth@gmail.com> (https://philbooth.me/)",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "mocha --ui tdd test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/philbooth/surch.git"
  },
  "homepage": "https://gitlab.com/philbooth/surch#readme",
  "bugs": {
    "url": "https://gitlab.com/philbooth/surch/issues"
  },
  "dependencies": {
    "check-types": "^11.2.2"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^8.4.4",
    "mocha": "^10.2.0",
    "please-release-me": "^2.1.4"
  }
}
