{
    "name": "@tak-ps/node-cot",
    "type": "module",
    "version": "14.44.3",
    "description": "Lightweight JavaScript library for parsing and manipulating TAK messages",
    "author": "Nick Ingalls <nick@ingalls.ca>",
    "types": "index.ts",
    "bin": {
        "cot": "./cli.ts"
    },
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js"
        },
        "./cot": "./dist/lib/cot.js",
        "./2525": "./dist/lib/utils/2525.js",
        "./normalize_geojson": "./dist/lib/parser/normalize_geojson.js",
        "./from_geojson": "./dist/lib/parser/from_geojson.js",
        "./to_geojson": "./dist/lib/parser/to_geojson.js"
    },
    "scripts": {
        "test": "c8 --reporter=lcov --reporter html tsx --test test/*.ts",
        "lint": "eslint *.ts lib/ test/",
        "doc": "typedoc index.ts",
        "build": "tsc --build && cp package.json dist/ && cp ./lib/types/*.xml ./dist/lib/types/ &&  mkdir -p ./dist/lib/proto/ && cp lib/proto/* ./dist/lib/proto/",
        "pretest": "npm run lint"
    },
    "engines": {
        "node": ">= 22"
    },
    "dependencies": {
        "@archiver/archiver": "^0.1.0",
        "@openaddresses/batch-error": "^2.4.0",
        "@orbat-mapper/convert-symbology": "^1.0.2",
        "@sinclair/typebox": "^0.34.0",
        "@turf/destination": "^7.2.0",
        "@turf/ellipse": "^7.0.0",
        "@turf/helpers": "^7.0.0",
        "@turf/point-on-feature": "^7.0.0",
        "@turf/sector": "^7.1.0",
        "@turf/truncate": "^7.0.0",
        "@types/geojson": "^7946.0.14",
        "ajv": "^8.12.0",
        "color": "^5.0.0",
        "geomagnetism": "^0.2.0",
        "json-diff-ts": "^4.0.1",
        "mil-std-2525": "^0.2.8",
        "milstandard-e": "^0.2.14",
        "milsymbol": "^3.0.2",
        "node-stream-zip": "^1.15.0",
        "protobufjs": "^8.0.0",
        "uuid": "^14.0.0",
        "@tak-ps/xml-js": "^2.0.0"
    },
    "devDependencies": {
        "@eslint/js": "^10.0.1",
        "@types/node": "^26.0.0",
        "c8": "^11.0.0",
        "eslint": "^10.0.0",
        "tsx": "^4.20.3",
        "typedoc": "^0.28.0",
        "typescript": "^6.0.0",
        "typescript-eslint": "^8.0.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/dfpc-coe/node-cot.git"
    },
    "keywords": [
        "tak",
        "atak",
        "wintak",
        "cot",
        "cusor",
        "target",
        "tactical"
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/dfpc-coe/node-cot/issues"
    },
    "homepage": "https://github.com/dfpc-coe/node-cot#readme"
}
