UNPKG

@fboes/aerofly-patterns

Version:

Landegerät - Create random custom missions for Aerofly FS 4.

60 lines (59 loc) 1.73 kB
{ "name": "@fboes/aerofly-patterns", "version": "2.6.1", "description": "Landegerät - Create random custom missions for Aerofly FS 4.", "main": "dist/index.js", "scripts": { "start": "node ./dist/index.js", "test": "node ./dist/index.test.js", "hems": "node ./dist/hems.js", "airrace": "node ./dist/airrace.js", "zip": "mkdir -p data-zip && cd data && for i in */; do zip -r \"../data-zip/${i%/}.zip\" \"$i\"; done; cd -", "prettier": "npx prettier --cache --write .", "eslint": "npx eslint **/*.ts --fix", "tsc": "npx tsc --build", "tsc-watch": "npx tsc --watch", "build": "npm run eslint && npm run prettier && npm run tsc" }, "bin": { "aerofly-patterns": "dist/index.js", "aerofly-hems": "dist/hems.js", "aerofly-airrace": "dist/airrace.js" }, "author": "Frank Boës <info@fboes.org> (https://3960.org/)", "license": "MIT", "type": "module", "export": "dist/index.js", "devDependencies": { "@eslint/js": "^9.20.0", "@types/node": "^20.17.19", "eslint": "^9.20.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "prettier": "3.2.5", "typescript": "^5.7.3", "typescript-eslint": "^8.24.0" }, "dependencies": { "@fboes/aerofly-custom-missions": "^1.1.0", "@fboes/geojson": "^2.0.0" }, "engines": { "node": ">=20.0.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/fboes/aerofly-patterns.git" }, "keywords": [ "aerofly-fs4", "flight", "simulator", "cli", "flightplan" ], "bugs": { "url": "https://github.com/fboes/aerofly-patterns/issues" }, "homepage": "https://github.com/fboes/aerofly-patterns#readme" }