{
  "name": "geonet",
  "version": "1.1.0",
  "description": "A Node.js API wrapper for GeoNet — Aotearoa's geological hazard monitoring system.",
  "main": "dist/src/GeoNet.js",
  "types": "dist/src/GeoNet.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENCE"
  ],
  "engines": {
    "node": ">=22"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/carolinaisslaying/geonet.git"
  },
  "keywords": [
    "api",
    "earthquakes",
    "earthquake",
    "new-zealand",
    "geonet",
    "earthquake-api",
    "aotearoa"
  ],
  "author": "Carolina Mitchell",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/carolinaisslaying/geonet/issues"
  },
  "homepage": "https://geonet.js.org",
  "dependencies": {
    "axios": "^1.8.1",
    "url": "^0.11.4"
  },
  "devDependencies": {
    "@jest/types": "^29.6.3",
    "@types/jest": "^29.5.14",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.13.9",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.6",
    "typedoc": "^0.27.9",
    "typescript": "^5.8.2"
  },
  "scripts": {
    "build": "rm -rf dist && tsc",
    "clean": "rm -rf dist",
    "test": "jest",
    "docs": "typedoc --options ./typedoc.config.js",
    "docs:watch": "typedoc --options ./typedoc.config.js --watch"
  }
}