-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1020 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1020 Bytes
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
{
"name": "@sovereign-map/monitoring",
"version": "1.0.0",
"description": "Real-time monitoring and observability for Sovereign Map Federated Learning",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsc",
"test": "vitest",
"test:ci": "vitest run --coverage",
"test:integration": "vitest run src/index.test.ts",
"lint": "eslint src --ext .ts",
"clean": "rm -rf dist coverage"
},
"dependencies": {
"eventemitter3": "^5.0.0"
},
"devDependencies": {
"@types/node": "^25.5.0",
"typescript": "^6.0.3",
"vitest": "^4.1.4",
"@vitest/coverage-v8": "^4.1.4"
},
"keywords": [
"sovereign-map",
"federated-learning",
"monitoring",
"prometheus",
"grafana",
"observability",
"metrics"
],
"author": "Sovereign Map Team",
"repository": {
"type": "git",
"url": "https://github.com/rwilliamspbg-ops/Sovereign_Map_Federated_Learning"
}
}