{
  "name": "equivalency",
  "version": "3.17.0",
  "description": "Declaratively define rules for string equivalence.",
  "keywords": [
    "strings",
    "string",
    "equivalent",
    "equivalence",
    "comparison",
    "comparator",
    "unicode",
    "normalization"
  ],
  "homepage": "https://github.com/spanishdict/equivalency",
  "bugs": {
    "url": "https://github.com/spanishdict/equivalency/issues"
  },
  "main": "dist/equivalency.min.js",
  "author": "willam@spanishdict.com",
  "license": "ISC",
  "dependencies": {
    "@babel/plugin-transform-runtime": "7.8.0",
    "@babel/runtime": "7.8.0",
    "core-js": "3.6.4",
    "damerau-levenshtein": "1.0.7",
    "is-string": "1.0.4",
    "lodash.get": "4.4.2",
    "memoizerific": "1.11.3"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:debug": "node --debug-brk --inspect ./node_modules/.bin/jest -i",
    "test:karma": "NODE_OPTIONS=--openssl-legacy-provider karma start --single-run",
    "lint": "eslint .",
    "build": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode=production",
    "push-github": "git push origin main && git push origin v$npm_package_version",
    "preversion": "npm run build && git diff -s --exit-code || { echo 'Build and commit before tagging.'; exit 1;}",
    "postversion": "npm run push-github",
    "webpack-analysis": "env ANALYZE_BUNDLES=true yarn run build && open local/webpack-report.html"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/spanishdict/equivalency.git"
  },
  "devDependencies": {
    "@babel/core": "7.8.0",
    "@babel/preset-env": "^7.14.4",
    "@babel/runtime-corejs3": "7.8.0",
    "array-from": "2.1.1",
    "babel-loader": "8.0.6",
    "browserslist": "4.1.1",
    "eslint": "5.6.0",
    "eslint-config-prettier": "3.0.1",
    "eslint-plugin-inclusive-language": "2.2.0",
    "eslint-plugin-jest": "21.22.1",
    "eslint-plugin-prettier": "2.6.2",
    "expect": "23.6.0",
    "inherits": "2.0.4",
    "jest": "24.8.0",
    "karma": "3.0.0",
    "karma-browserstack-launcher": "1.4.0",
    "karma-chrome-launcher": "2.2.0",
    "karma-mocha": "1.3.0",
    "karma-webpack": "3.0.5",
    "mocha": "6.2.2",
    "prettier": "1.14.2",
    "string.fromcodepoint": "0.2.1",
    "webpack": "4.41.2",
    "webpack-bundle-analyzer": "3.6.0",
    "webpack-cli": "3.3.10"
  },
  "packageManager": "yarn@4.12.0"
}
