-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 KB
/
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
35
36
37
38
39
40
41
42
{
"name": "@myunisoft/sigyn",
"version": "1.0.0",
"description": "Grafana Loki Alerting Agent",
"scripts": {
"build": "npm run build --ws --if-present",
"test": "npm run test --ws --if-present",
"lint": "npm run lint --ws --if-present",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"keywords": [],
"author": "GENTILHOMME Thomas <[email protected]>",
"license": "MIT",
"workspaces": [
"src/config",
"src/logql",
"src/agent",
"src/morphix",
"src/notifiers",
"src/discord",
"src/slack",
"src/teams",
"src/pattern"
],
"devDependencies": {
"@openally/config.eslint": "^1.3.0",
"@openally/config.typescript": "^1.0.3",
"@types/node": "^22.10.5",
"c8": "^10.1.3",
"cross-env": "^7.0.3",
"fastify": "^5.2.0",
"glob": "^11.0.0",
"pino-loki": "^2.4.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vitepress": "^1.5.0"
},
"type": "module"
}