-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@tak-ps/node-tak",
"type": "module",
"version": "8.0.0",
"description": "Lightweight JavaScript library for communicating with TAK Server",
"author": "Nick Ingalls <[email protected]>",
"main": "dist/index.js",
"types": "index.ts",
"scripts": {
"test": "ts-node-test test/",
"lint": "eslint *.ts test/*.ts",
"doc": "typedoc index.ts",
"build": "tsc --build",
"pretest": "npm run lint"
},
"dependencies": {
"ajv": "^8.12.0"
},
"peerDependencies": {
"@tak-ps/node-cot": "^12.0.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@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.26.0",
"typescript": "^5.3.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"
}