-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 973 Bytes
/
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
{
"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",
"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": {
"@nodesecure/eslint-config": "^1.9.0",
"@types/node": "^22.0.0",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"fastify": "^5.0.0",
"glob": "^11.0.0",
"pino-loki": "^2.3.0",
"tsup": "^8.1.0",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"vitepress": "^1.3.1"
},
"type": "module"
}