{
  "name": "@jsonhero/path",
  "version": "1.0.21",
  "description": "An easy way to query and filter JSON objects",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsonhero-io/json-hero-path"
  },
  "keywords": [
    "JSON",
    "Filtering",
    "Path"
  ],
  "author": "Matt Aitken",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/jsonhero-io/json-hero-path/issues"
  },
  "homepage": "https://github.com/jsonhero-io/json-hero-path",
  "devDependencies": {
    "@types/jest": "^27.4.0",
    "@types/lodash": "^4.14.177",
    "jest": "^27.3.1",
    "lodash": "^4.17.21",
    "prettier": "^2.4.1",
    "ts-jest": "^27.0.7",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.5.2"
  },
  "files": [
    "lib/**/*"
  ]
}
