{
  "name": "aviation-math",
  "version": "1.8.1",
  "description": "Different methods to calculate distances, bearing and projections for aviation related software",
  "keywords": [
    "math",
    "bearing",
    "distance",
    "coordinate",
    "geo",
    "geological",
    "projection",
    "aeronautics",
    "aviation",
    "flight",
    "javascript",
    "typescript"
  ],
  "main": "dist/aviation-math.js",
  "module": "dist/aviation-math.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "webpack && rm dist/types/*.spec.d.ts",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint && npm run build",
    "preversion": "npm run lint",
    "postversion": "git push && git push --tags",
    "test": "jest",
    "lint": "npx eslint src/",
    "lint-fix": "npx eslint src/ --fix"
  },
  "homepage": "https://github.com/bjoernffm/aviation-math#readme",
  "author": {
    "name": "Bjoern Ebbrecht",
    "email": "bjoern.ebbrecht@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bjoernffm/aviation-math.git"
  },
  "license": "ISC",
  "devDependencies": {
    "@eslint/js": "^9.25.0",
    "@types/crypto-js": "^4",
    "@types/jest": "^29",
    "globals": "^16.0.0",
    "jest": "^29",
    "ts-jest": "^29",
    "ts-loader": "^9",
    "typescript": "^4",
    "typescript-eslint": "^8.30.1",
    "webpack": "^5",
    "webpack-cli": "^5"
  },
  "dependencies": {
    "crypto-js": "^4.2.0",
    "geomag": "^1",
    "mathjs": "^10"
  }
}
