-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.96 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@tak-ps/CloudTAK",
"type": "module",
"version": "13.17.0",
"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",
"version": "node bin/version.js && git add api/package.json api/web/package.json",
"postversion": "git push && git push --tags"
},
"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": {
"@capacitor-community/keep-awake": "^8.0.1",
"@capacitor-firebase/messaging": "^8.2.0",
"@capacitor/app": "^8.1.0",
"@capacitor/browser": "^8.0.1",
"@capacitor/camera": "^8.2.0",
"@capacitor/clipboard": "^8.0.1",
"@capacitor/core": "^8.3.1",
"@capacitor/geolocation": "^8.1.0",
"@capacitor/haptics": "^8.0.2",
"@capacitor/ios": "^8.3.1",
"@capacitor/keyboard": "^8.0.3",
"@capacitor/preferences": "^8.0.1",
"@capacitor/status-bar": "^8.0.2",
"@capgo/background-geolocation": "^8.0.39",
"@eslint/js": "^10.0.1",
"@mapbox/tile-cover": "^3.0.2",
"@mapbox/tilebelt": "^2.0.3",
"@openaddresses/batch-alarms": "^5.0.4",
"@openaddresses/cloudfriend": "^7.0.0",
"@openaddresses/deploy": "^10.0.0"
},
"devDependencies": {
"@capacitor/cli": "^8.3.1",
"@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": "^18.0.0"
}
}