-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.29 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.29 KB
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
{
"name": "@tak-ps/CloudTAK",
"type": "module",
"version": "12.99.1",
"description": "Facilitate ETL operations to bring non-TAK sources into a TAK Server",
"scripts": {
"lint": "eslint bin/ cloudformation/",
"build": "node bin/build.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "node bin/version.js && git commit -am \"Sync Versions\" && git push"
},
"engines": {
"node": ">= 24"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfpc-coe/CloudTAK.git"
},
"author": "Nick Ingalls <nick@ingalls.ca>",
"license": "AGPL",
"bugs": {
"url": "https://github.com/dfpc-coe/CloudTAK/issues"
},
"homepage": "https://github.com/dfpc-coe/CloudTAK#readme",
"dependencies": {
"@eslint/js": "^10.0.1",
"@mapbox/tile-cover": "^3.0.2",
"@mapbox/tilebelt": "^2.0.3",
"@openaddresses/batch-alarms": "^4.7.4",
"@openaddresses/cloudfriend": "^7.0.0",
"@openaddresses/deploy": "^9.0.0"
},
"devDependencies": {
"@types/mapbox__tile-cover": "^3.0.4",
"@types/mapbox__tilebelt": "^1.0.4",
"@types/xml2js": "^0.4.11",
"eslint": "^10.0.0",
"eslint-plugin-n": "^17.2.1"
}
}