{
  "name": "json-scout",
  "version": "1.2.0",
  "description": "JSON-SCOUT is a library useful to quickly RECURSIVELY search(scout) and extract JSON objects.",
  "main": "lib/json-scout",
  "typings": "lib/json-scout",
  "scripts": {
    "test": "jest --verbose",
    "build": "tsc -p ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kishor-p/json-scout.git"
  },
  "keywords": [
    "json",
    "search",
    "typescript",
    "scout"
  ],
  "author": "Kishor P",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/kishor-p/json-scout/issues"
  },
  "homepage": "https://github.com/kishor-p/json-scout#readme",
  "devDependencies": {
    "@types/jest": "^27.5.0",
    "jest": "^28.1.0",
    "ts-jest": "^28.0.2",
    "typescript": "^4.6.4"
  }
}
