{
  "name": "talisman",
  "version": "1.1.4",
  "description": "Straightforward fuzzy matching, information retrieval and NLP building blocks for JavaScript.",
  "main": "index.js",
  "scripts": {
    "bib": "node ./scripts/format-bibliography.js > BIBLIOGRAPHY.md",
    "check": "npm test && npm run lint",
    "clean": "rimraf $npm_package_talisman_folders",
    "dist": "npm run clean && babel src --out-dir ./",
    "lint": "eslint src test",
    "prepublish": "npm run lint && npm test && npm run dist",
    "postpublish": "npm run clean",
    "test": "mocha --require babel-core/register -R spec ./test/endpoint.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yomguithereal/talisman.git"
  },
  "talisman": {
    "folders": "clustering hash helpers inflectors keyers keyword-extraction metrics parsers phonetics regexp stemmers tokenizers"
  },
  "keywords": [
    "bloom filter",
    "canberra",
    "caverphone",
    "chebyshev",
    "cologne",
    "cosine",
    "clustering",
    "daitch-mokotoff",
    "dice",
    "fingerprint",
    "fuzzy",
    "hamming",
    "k-means",
    "jaccard",
    "jaro",
    "lancaster",
    "levenshtein",
    "lig",
    "metaphone",
    "mra",
    "natural language processing",
    "ngrams",
    "nlp",
    "nysiis",
    "phonetic",
    "porter",
    "punkt",
    "record linkage",
    "schinke",
    "sorensen",
    "soundex",
    "tokenizer",
    "tversky",
    "winkler"
  ],
  "author": {
    "name": "Guillaume Plique",
    "url": "http://github.com/Yomguithereal"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yomguithereal/talisman/issues"
  },
  "homepage": "https://github.com/yomguithereal/talisman#readme",
  "devDependencies": {
    "@yomguithereal/eslint-config": "^4.0.0",
    "babel-cli": "^6.6.5",
    "babel-core": "^6.7.4",
    "babel-plugin-transform-es2015-classes": "^6.18.0",
    "babel-plugin-transform-es2015-destructuring": "^6.6.5",
    "babel-preset-es2015": "^6.6.0",
    "chai": "^4.2.0",
    "citation-js": "^0.5.0-alpha.9",
    "csv": "^5.3.2",
    "csv-parse": "^4.15.0",
    "eslint": "^7.18.0",
    "leven": "^3.1.0",
    "matcha": "^0.7.0",
    "mocha": "^8.2.1",
    "rimraf": "^3.0.2",
    "seedrandom": "^3.0.5"
  },
  "eslintConfig": {
    "extends": "@yomguithereal/eslint-config/es6",
    "rules": {
      "no-return-assign": 0
    }
  },
  "dependencies": {
    "html-entities": "^1.4.0",
    "lodash": "^4.17.20",
    "long": "^4.0.0",
    "mnemonist": "^0.38.1",
    "obliterator": "^1.6.1",
    "pandemonium": "^2.0.0"
  }
}
