{
  "name": "aerofly-missions",
  "author": "Frank Boës <info@3960.org> (https://3960.org/)",
  "license": "MIT",
  "description": "The Aerofly Missionsgerät converts simulator flight plan files for Aerofly FS 4, Microsoft Flight Simulator, X-Plane, GeoFS, and Garmin / Infinite Flight flight plan files. It also imports SimBrief flight plans.",
  "version": "2.28.3",
  "exports": "./dist/aerofly-missions.js",
  "bin": {
    "aerofly-missions": "dist/aerofly-missions.js"
  },
  "type": "module",
  "engines": {
    "node": ">=16.0.0"
  },
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "start": "./dist/aerofly-missions.js",
    "test": "node ./dist/test.js",
    "prettier": "npx prettier --cache --write .",
    "prettier-check": "npx prettier --cache --check .",
    "eslint": "npx eslint ./src/",
    "eslint-fix": "npx eslint ./src/ --fix",
    "serve": "npx http-server ./dist -o -c-1",
    "build": "npm run eslint-fix && npm run prettier && tsc --build"
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fboes/aerofly-missions.git"
  },
  "devDependencies": {
    "@eslint/js": "^9.25.1",
    "@types/geojson": "^7946.0.10",
    "@types/mapbox-gl": "^2.7.10",
    "@types/node": "^18.8.3",
    "eslint": "^9.25.1",
    "eslint-config-prettier": "^10.1.2",
    "globals": "^16.0.0",
    "prettier": "^2.8.3",
    "typescript": "^4.9.4",
    "typescript-eslint": "^8.31.1"
  },
  "keywords": [
    "aerofly-fs4",
    "x-plane",
    "msfs",
    "geofs",
    "Infinite-flight",
    "flight",
    "simulator",
    "web-app",
    "cli",
    "flightplan"
  ],
  "bugs": {
    "url": "https://github.com/fboes/aerofly-missions/issues"
  },
  "homepage": "https://fboes.github.io/aerofly-missions/"
}
