{
  "name": "cockatoo.js",
  "version": "1.1.8",
  "description": "Fuzzy search library based based on Damerau Levenshtein distance algorithm for Node.js",
  "main": "./dist/index.js",
  "jest": {
    "roots": [
      "<rootDir>"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ],
    "testEnvironment": "node",
    "testEnvironmentOptions": {
      "NODE_ENV": "test"
    }
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "prebuild": "npm run clean",
    "build": "tsc",
    "test": "jest --verbose"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/selarep/cockatoo.js.git"
  },
  "keywords": [
    "fuzzy",
    "search",
    "weight",
    "cockatoo",
    "cockatoo.js",
    "fuzzysearch",
    "fuzzy-search",
    "weightsearch",
    "weight-search",
    "weighted search"
  ],
  "author": {
    "name": "Javier Perales Gran",
    "email": "jperalesteleco@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/selarep/cockatoojs/issues"
  },
  "homepage": "https://github.com/selarep/cockatoojs#readme",
  "devDependencies": {
    "@types/jest": "^23.3.9",
    "@types/lodash": "^4.14.117",
    "@types/node": "^10.12.2",
    "jest": "^23.6.0",
    "rimraf": "^2.6.2",
    "ts-jest": "^23.10.4",
    "typescript": "^2.9.2"
  },
  "dependencies": {}
}
