{
  "name": "@wealthbar/readdir-recursive-sync",
  "version": "1.0.1",
  "description": "Provides an interator over all files in a directory (recursively) that match a pattern.",
  "main": "dist/index.js",
  "scripts": {
    "test": "yarn build && NODE_ENV=test nyc mocha -r source-map-support/register --full-trace 'dist/**/*.test.js'",
    "build": "rm -rf dist; tsc",
    "lint": "ts-lint -c tslint.json --fix 'src/**/*.ts'"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.wealth.bar/wealthbar/caboodle"
  },
  "keywords": [
    "readdir",
    "recursive"
  ],
  "author": "Cliff Hammerschmidt",
  "license": "MIT",
  "dependencies": {
    "@types/mocha": "^5.2.2",
    "@types/node": "^10.3.4",
    "@types/sinon": "^5.0.1",
    "mocha": "5",
    "node": "^10.4.1",
    "npm": "^6.1.0",
    "nyc": "^10.3.2",
    "sinon": "^6.0.0",
    "source-map-support": "^0.5.6",
    "ts-lint": "^4.5.1",
    "ts-node": "^6.1.1",
    "typescript": "^2.9.2"
  }
}
