UNPKG

@tak-ps/node-cot

Version:

Lightweight JavaScript library for parsing and manipulating TAK messages

65 lines (64 loc) 1.98 kB
{ "name": "@tak-ps/node-cot", "type": "module", "version": "12.28.0", "description": "Lightweight JavaScript library for parsing and manipulating TAK messages", "author": "Nick Ingalls <nick@ingalls.ca>", "main": "dist/index.js", "types": "index.ts", "scripts": { "test": "ts-node-test test/", "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" }, "dependencies": { "@openaddresses/batch-error": "^2.4.0", "@sinclair/typebox": "^0.34.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/archiver": "^6.0.2", "@types/geojson": "^7946.0.14", "ajv": "^8.12.0", "archiver": "^7.0.1", "color": "^5.0.0", "json-diff-ts": "^4.0.1", "node-stream-zip": "^1.15.0", "protobufjs": "^7.3.0", "rimraf": "^6.0.0", "xml-js": "^1.6.11" }, "devDependencies": { "@types/node": "^22.0.0", "@types/tape": "^5.6.0", "eslint": "^9.0.0", "tape": "^5.6.1", "ts-node": "^10.9.1", "ts-node-test": "^0.4.0", "typedoc": "^0.28.0", "typescript": "^5.7.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" }