{
  "name": "@iwpnd/valhalla-ts",
  "version": "1.0.29",
  "description": "A nodejs client and helper utilities for valhalla routing engine",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iwpnd/valhalla-ts.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "B. Ramser <iwpnd@posteo.de>",
  "contributors": [],
  "license": "MIT",
  "keywords": [
    "valhalla",
    "routing",
    "http-client"
  ],
  "engines": {
    "node": ">=24.x",
    "yarn": "^1.22.x"
  },
  "scripts": {
    "prepublishOnly": "pinst --disable && yarn run build",
    "postpublish": "pinst --enable",
    "build": "tsc",
    "build:watch": "tsc --watch",
    "clean": "rimraf {dist,tsconfig.tsbuildinfo,yarn-error.log,coverage}",
    "lint": "eslint ./src",
    "test": "jest --runInBand --verbose --testMatch '**/*.test.ts' --coverage",
    "format": "prettier --write src/{*.ts,**/*.ts}",
    "u": "yarn upgrade-interactive",
    "up": "docker-compose up",
    "down": "docker-compose down",
    "coverage": "FILE=./coverage/lcov-report/index.html; test -f $FILE && open $FILE || echo 'no coverage yet, run yarn test'",
    "prepare": "husky"
  },
  "dependencies": {
    "@iwpnd/rip-ts": "1.2.0",
    "@types/geojson": "7946.0.16"
  },
  "devDependencies": {
    "@commitlint/cli": "20.4.1",
    "@commitlint/config-conventional": "20.4.1",
    "@eslint/core": "1.0.0",
    "@eslint/js": "9.39.2",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/github": "12.0.5",
    "@semantic-release/npm": "13.1.4",
    "@semantic-release/release-notes-generator": "14.1.0",
    "@types/chance": "1.1.7",
    "@types/estree": "1.0.8",
    "@types/jest": "30.0.0",
    "@types/json-schema": "7.0.15",
    "@typescript-eslint/eslint-plugin": "8.55.0",
    "@typescript-eslint/parser": "8.55.0",
    "chance": "1.1.13",
    "conventional-changelog-conventionalcommits": "9.1.0",
    "devmoji": "2.3.0",
    "eslint": "9.39.2",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-import-resolver-typescript": "4.4.4",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-prettier": "5.5.5",
    "eslint-plugin-simple-import-sort": "12.1.1",
    "husky": "9.1.7",
    "jest": "30.2.0",
    "lint-staged": "16.2.7",
    "pinst": "3.0.0",
    "prettier": "3.8.1",
    "rimraf": "6.1.2",
    "semantic-release": "25.0.3",
    "ts-jest": "29.4.6",
    "typescript": "5.9.3",
    "typescript-eslint": "8.52.0"
  },
  "lint-staged": {
    "*.ts": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "packageManager": "yarn@4.8.1"
}
