{
  "name": "damerau-levenshtein-js",
  "version": "1.1.8",
  "keywords": [
    "damerau",
    "levenshtein",
    "damerau-levenshtein",
    "levenshtein-damerau",
    "string",
    "distance"
  ],
  "description": "NPM package that calculates synchronously or asynchronously the Damerau-Levenshtein distance between strings",
  "main": "app.js",
  "license": "MIT",
  "author": "Fabvalaaah",
  "email": "fabvalaaah@laposte.net",
  "contributors": [
    "Fabvalaaah"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/fabvalaaah/damerau-levenshtein-js.git"
  },
  "scripts": {
    "test": "jest --coverage"
  },
  "devDependencies": {
    "jest": "27.5.1"
  },
  "jest": {
    "testEnvironment": "node"
  }
}
