-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.56 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.56 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
{
"name": "@tak-ps/media-infra",
"type": "module",
"private": true,
"version": "9.2.1",
"description": "Infrastructure to support Live Video streams in CloudTAK",
"scripts": {
"build": "tsc",
"lint": "eslint index.ts lib/*.ts routes/*.ts cloudformation/",
"test": "tsx --test test/*.test.ts"
},
"engines": {
"node": ">= 22"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfpc-coe/media-infra.git"
},
"author": "Nick Ingalls <nick@ingalls.ca>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dfpc-coe/media-infra/issues"
},
"homepage": "https://github.com/dfpc-code/media-infra#readme",
"dependencies": {
"@openaddresses/batch-alarms": "^4.0.0",
"@openaddresses/batch-error": "^2.13.1",
"@openaddresses/batch-schema": "^10.19.0",
"@openaddresses/cloudfriend": "^7.0.0",
"@openaddresses/deploy": "^9.1.0",
"@sinclair/typebox": "^0.34.41",
"cors": "^2.8.5",
"jsonwebtoken": "^9.0.2",
"m3u8-parser": "^7.2.0",
"node-cache": "^5.1.2",
"node-cron": "^4.0.0",
"tsx": "^4.19.2",
"undici": "^7.16.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/json-diff": "^1.0.3",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^25.0.0",
"eslint": "^10.0.0",
"eslint-plugin-n": "^17.10.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
}
}