@tak-ps/node-tak
Version:
Lightweight JavaScript library for communicating with TAK Server
78 lines (77 loc) • 2.06 kB
JSON
{
"name": "@tak-ps/node-tak",
"type": "module",
"version": "11.20.2",
"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",
"ajv": "^8.12.0",
"form-data": "^4.0.2",
"mime": "^4.0.7",
"p12-pem": "^1.0.5",
"pem": "^1.14.8",
"undici": "^7.8.0",
"xml-js": "^1.6.11"
},
"peerDependencies": {
"@tak-ps/node-cot": "^14.7.1"
},
"devDependencies": {
"@inquirer/prompts": "^8.0.1",
"@types/minimist": "^1.2.5",
"@types/node": "^25.0.0",
"@types/pem": "^1.14.4",
"@types/tape": "^5.6.0",
"c8": "^10.1.3",
"eslint": "^9.0.0",
"minimist": "^1.2.8",
"tape": "^5.6.1",
"tsx": "^4.19.4",
"typedoc": "^0.28.1",
"typescript": "^5.7.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"
}