{
  "name": "walkjs",
  "version": "6.0.1",
  "description": "A Javascript library for traversing object trees.",
  "author": "Tom Kerr",
  "license": "ISC",
  "homepage": "https://github.com/tckerr/walk#readme",
  "keywords": [
    "graph",
    "tree",
    "traversal",
    "object",
    "walk"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tckerr/walk.git"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "clean": "rimraf lib",
    "build": "tsc",
    "test": "jest --config jest.config.json",
    "prebuild": "rimraf lib",
    "prepare": "npm run build",
    "prepublishOnly": "npm test"
  },
  "bugs": {
    "url": "https://github.com/tckerr/walk/issues"
  },
  "files": [
    "lib/**/*"
  ],
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "jest": "^26.6.3",
    "rimraf": "^4.1.2",
    "ts-jest": "^26.4.2",
    "typescript": "^4.9.4"
  }
}
