{
  "name": "data-matching",
  "version": "1.40.0",
  "description": "Matches a data object against a reference value",
  "main": "src/index.js",
  "scripts": {
    "test": "node_modules/jest/bin/jest.js"
  },
  "engines": {
    "node": "^17.9.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MayamaTakeshi/data-matching.git"
  },
  "keywords": [
    "matching",
    "pattern",
    "string-matching",
    "data",
    "collection"
  ],
  "author": "MayamaTakeshi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MayamaTakeshi/data-matching/issues"
  },
  "homepage": "https://github.com/MayamaTakeshi/data-matching#readme",
  "dependencies": {
    "braces": "^3.0.2",
    "fast-xml-parser": "^5.2.4",
    "lodash": "^4.17.21",
    "set-value": "^4.0.1",
    "string-matching": "^1.13.0",
    "tmpl": "^1.0.5"
  },
  "devDependencies": {
    "jest": "^27.4.3",
    "jsxpath": "^1.0.0-alpha.5",
    "xml2json": "^0.7.1"
  }
}
