-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 1021 Bytes
/
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
{
"name": "@tak-ps/CloudTAK",
"type": "module",
"version": "5.26.0",
"description": "Facilitate ETL operations to bring non-TAK sources into a TAK Server",
"scripts": {
"lint": "eslint build.js cloudformation/",
"build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">= 18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfpc-coe/CloudTAK.git"
},
"author": "Nick Ingalls <[email protected]>",
"license": "AGPL",
"bugs": {
"url": "https://github.com/dfpc-coe/CloudTAK/issues"
},
"homepage": "https://github.com/dfpc-coe/CloudTAK#readme",
"dependencies": {
"@openaddresses/batch-alarms": "^4.4.2",
"@openaddresses/cloudfriend": "^7.0.0",
"@openaddresses/deploy": "^9.0.0"
},
"devDependencies": {
"@types/xml2js": "^0.4.11",
"eslint": "^9.0.0",
"eslint-plugin-n": "^17.2.1"
}
}