{
  "name": "navigraph",
  "version": "1.4.2",
  "description": "A library for interacting with Navigraph services",
  "author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",
  "homepage": "https://navigraph.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/Navigraph/navigraph-js-sdk"
  },
  "keywords": [
    "navigraph",
    "charts",
    "AIRAC",
    "fmsdata",
    "sdk"
  ],
  "license": "MIT",
  "sideEffects": false,
  "files": [
    "**/dist/**",
    "**/package.json"
  ],
  "scripts": {
    "build": "tsup --format esm,cjs --dts ",
    "clean": "rimraf .turbo node_modules ./**/dist"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@navigraph/app": "1.4.0",
    "@navigraph/auth": "2.6.0",
    "@navigraph/charts": "2.2.0",
    "@navigraph/packages": "1.1.0",
    "@navigraph/amdb": "1.1.0",
    "@navigraph/weather": "2.1.0"
  }
}
