{
  "name": "real-damerau-levenshtein",
  "version": "1.1.1",
  "main": "index.js",
  "homepage": "https://kevinkivi.com/posts/real-damerau-levenshtein/",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["damerau", "levenshtein"],
  "author": "Kevin 'nake89' Kivi",
  "license": "MIT",
  "description": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nake89/real-damerau-levenshtein.git"
  },
  "types": "./dist/index.d.ts"
}
