-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.1 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
{
"name": "flowwatch-monorepo",
"version": "3.1.3",
"description": "Monorepo for the Flowwatch npm package and dashboard.",
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"build": "npm run build --workspace @pranshulsoni/flowwatch",
"test": "npm run build --workspace @pranshulsoni/flowwatch && node --test tests/*.test.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PranshulSoni/Flowwatch.git"
},
"keywords": [
"express",
"backend",
"observability",
"dashboard",
"workflow",
"feature-flags",
"tracing"
],
"author": "Pranshul Soni",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/PranshulSoni/Flowwatch/issues"
},
"homepage": "https://github.com/PranshulSoni/Flowwatch#readme",
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^25.9.2",
"@types/pg": "^8.20.0",
"tsx": "^4.22.4",
"typescript": "^6.0.3"
},
"dependencies": {
"redis": "^6.0.0"
}
}