UNPKG

@tak-ps/node-tak

Version:

Lightweight JavaScript library for communicating with TAK Server

78 lines (77 loc) 2.06 kB
{ "name": "@tak-ps/node-tak", "type": "module", "version": "11.0.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": { ".": "./dist/index.js", "./lib/*": "./dist/lib/*.js", "./lib/api/*": "./dist/lib/api/*.js" }, "engines": { "node": ">= 22" }, "scripts": { "test": "c8 --reporter=lcov ts-node-test test/", "lint": "eslint *.ts test/ lib/", "doc": "typedoc index.ts", "build": "tsc --build", "pretest": "npm run lint" }, "dependencies": { "ajv": "^8.12.0", "form-data": "^4.0.2", "http-cookie-agent": "^7.0.1", "mime": "^4.0.7", "p12-pem": "^1.0.5", "pem": "^1.14.8", "tough-cookie": "^5.1.2", "undici": "^7.8.0", "xml2js": "^0.6.2" }, "peerDependencies": { "@tak-ps/node-cot": "^14.0.0" }, "devDependencies": { "@inquirer/prompts": "^7.5.1", "@types/minimist": "^1.2.5", "@types/node": "^24.0.0", "@types/pem": "^1.14.4", "@types/tape": "^5.6.0", "@types/xml2js": "^0.4.14", "c8": "^10.1.3", "eslint": "^9.0.0", "minimist": "^1.2.8", "tape": "^5.6.1", "ts-node": "^10.9.1", "ts-node-test": "^0.4.0", "tsx": "^4.19.4", "typedoc": "^0.28.1", "typescript": "^5.7.0", "typescript-eslint": "^8.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/dfpc-coe/node-tak.git" }, "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" }