{
  "name": "@esri/wayback-core",
  "version": "1.1.0",
  "description": "This package offers core functionalities to retrieve all versions of the World Imagery Wayback archieve, or find versions that contain local changes.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "test": "jest ./src --config jest.config.js --bail --findRelatedTests --passWithNoTests",
    "clean": "rimraf dist",
    "build": "npm run clean && tsc -p tsconfig.build.json",
    "lint": "eslint src --ext .tsx,.ts --cache --fix",
    "prepare": "husky install && npm run build",
    "prepublishOnly": "npm run test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run lint && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "lint-staged": {
    "src/**/*.{ts,tsx,json}": [
      "prettier --write",
      "eslint src --fix",
      "jest --config jest.config.js --bail --findRelatedTests --passWithNoTests"
    ]
  },
  "author": "ArcGIS Living Atlas of the World",
  "license": "Apache-2.0",
  "keywords": [
    "Wayback",
    "World Imagery Wayback",
    "Living Atlas of the World",
    "ESRI"
  ],
  "bugs": {
    "url": "https://github.com/Esri/wayback-core/issues"
  },
  "homepage": "https://github.com/Esri/wayback-core",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Esri/wayback-core.git"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@types/jest": "^29.5.11",
    "@types/node": "^24.6.2",
    "@typescript-eslint/eslint-plugin": "^8.54.0",
    "@typescript-eslint/parser": "^8.54.0",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.0.1",
    "husky": "^8.0.3",
    "jest": "^29.7.0",
    "lint-staged": "^15.2.0",
    "prettier": "^3.1.0",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.54.0"
  }
}
