{
    "name": "@tak-ps/node-tak",
    "type": "module",
    "version": "12.20.0",
    "description": "Lightweight JavaScript library for communicating with TAK Server",
    "author": "Nick Ingalls <nick@ingalls.ca>",
    "main": "dist/index.js",
    "types": "index.ts",
    "bin": {
        "tak": "./cli.ts"
    },
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js"
        },
        "./lib/*": "./dist/lib/*.js",
        "./lib/api/*": "./dist/lib/api/*.js"
    },
    "engines": {
        "node": ">= 22"
    },
    "scripts": {
        "test": "c8 --reporter=lcov --reporter html tsx --test test/*.ts",
        "lint": "eslint *.ts test/ lib/",
        "doc": "typedoc index.ts",
        "build": "tsc --build",
        "pretest": "npm run lint"
    },
    "dependencies": {
        "@openaddresses/batch-error": "^2.12.0",
        "@sinclair/typebox": "^0.34.41",
        "@tak-ps/node-p12": "^1.0.1",
        "mime": "^4.0.7",
        "pem": "^1.14.8",
        "undici": "^8.0.0",
        "@tak-ps/xml-js": "^2.0.3"
    },
    "peerDependencies": {
        "@tak-ps/node-cot": "^v14.30.1"
    },
    "devDependencies": {
        "@eslint/js": "^10.0.1",
        "@inquirer/prompts": "^8.0.1",
        "@types/node": "^26.0.0",
        "@types/pem": "^1.14.4",
        "c8": "^11.0.0",
        "eslint": "^10.0.0",
        "tsx": "^4.19.4",
        "typedoc": "^0.28.1",
        "typescript": "^6.0.0",
        "typescript-eslint": "^8.0.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/dfpc-coe/node-tak"
    },
    "keywords": [
        "tak",
        "atak",
        "wintak",
        "cot",
        "cusor",
        "target",
        "tactical"
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/dfpc-coe/node-tak/issues"
    },
    "homepage": "https://github.com/dfpc-coe/node-tak#readme"
}
