{
  "name": "@fboes/aerofly-custom-missions",
  "version": "1.9.1",
  "description": "Builder for Aerofly FS4 Custom Missions Files",
  "main": "dist/index.js",
  "scripts": {
    "test": "node --test 'dist/**/*.test.js'",
    "test:coverage": "node --test --experimental-test-coverage 'dist/**/*.test.js'",
    "test:watch": "node --test --watch 'dist/**/*.test.js'",
    "start": "node ./dist/index.js",
    "prettier": "npx prettier --cache --write .",
    "eslint": "npx eslint src/*.ts --fix",
    "tsc": "npx tsc --build",
    "tsc-watch": "npx tsc --watch",
    "build": "npm run tsc && npm run eslint && npm run prettier"
  },
  "keywords": [
    "aerofly-fs4",
    "nodejs",
    "browser"
  ],
  "author": "Frank Boës <info@fboes.org> (https://3960.org/)",
  "license": "MIT",
  "type": "module",
  "devDependencies": {
    "@types/node": "^20.19.39",
    "@typescript-eslint/eslint-plugin": "^7.0.1",
    "@typescript-eslint/parser": "^7.0.1",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-jsdoc": "^48.1.0",
    "prettier": "3.2.4",
    "typescript": "^5.3.3"
  },
  "types": "./types/index.d.ts"
}
