{
  "name": "traversal-map",
  "version": "1.1.3",
  "description": "Iterate through a nested object or array invoking a callback function. Having the key, value and path of the current iteration available",
  "keywords": [
    "map",
    "for-each",
    "deep",
    "nested",
    "iterate",
    "recursive",
    "key",
    "tree",
    "colection",
    "flow control"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test-watch": "jest --watch",
    "test-with-cover": "jest --coverage"
  },
  "repository": "github:ElianCordoba/traversal-map",
  "author": "Elian Cordoba <eliancordoba98@gmail.com> (github.com/ElianCordoba)",
  "license": "BSD-3-Clause",
  "devDependencies": {
    "@types/jest": "^24.0.15",
    "coveralls": "^3.0.2",
    "jest": "^23.6.0",
    "ts-jest": "^23.10.5",
    "typescript": "^3.2.2"
  }
}
