{
  "name": "matcher-collection",
  "version": "1.1.2",
  "main": "index.js",
  "dependencies": {
    "minimatch": "^3.0.2"
  },
  "devDependencies": {
    "@types/minimatch": "^3.0.3",
    "@types/node": "^10.12.21",
    "tap": "^1.4.1",
    "typescript": "~3.3.1"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "build": "tsc -b .",
    "test": "tsc -b . && tap --timeout 2 test.js",
    "test:debug": "tsc -b . && tap --debug-brk --timeout 9999 test.js"
  },
  "author": "Stefan Penner",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stefanpenner/matcher-collection.git"
  },
  "bugs": {
    "url": "https://github.com/stefanpenner/matcher-collection/issues"
  },
  "homepage": "https://github.com/stefanpenner/matcher-collection#readme",
  "description": ""
}
