{
  "name": "fuzzy-comparison",
  "version": "2.0.0",
  "main": "dist/index.js",
  "repository": "https://github.com/Artmann/fuzzy-comparison",
  "author": "Christoffer Artmann",
  "license": "MIT",
  "private": false,
  "scripts": {
    "build": "tsc",
    "lint": "eslint ./src --ext .ts",
    "test": "jest",
    "test:watch": "jest --watchAll"
  },
  "engines": {
    "node": ">= 12.0.0"
  },
  "devDependencies": {
    "@types/jest": "^25.2.3",
    "@types/node": "^14.0.11",
    "@typescript-eslint/eslint-plugin": "^3.1.0",
    "@typescript-eslint/parser": "^3.1.0",
    "eslint": "^6.3.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^22.17.0",
    "jest": "^26.0.0",
    "ts-jest": "^26.1.0",
    "typescript": "^3.9.5"
  }
}
