-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.27 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
{
"name": "bugdeck-monorepo",
"private": true,
"packageManager": "pnpm@10.28.0",
"scripts": {
"build": "pnpm -r run build",
"typecheck": "pnpm -r run typecheck",
"test": "pnpm -r run test",
"lint": "eslint .",
"docs:llms": "node scripts/build-llms-full.mjs"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
},
"engines": {
"node": ">=20"
},
"license": "MIT",
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3",
"esbuild",
"sharp"
]
},
"version": "0.2.0",
"description": "Open-source Marker.io / BugHerd alternative \u2014 self-hosted bug reports with screenshot, annotation and element picker.",
"keywords": [
"marker-io-alternative",
"bugherd-alternative",
"bug-reporting",
"self-hosted",
"plane"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aitofy-dev/bugdeck.git"
},
"homepage": "https://github.com/aitofy-dev/bugdeck#readme",
"bugs": {
"url": "https://github.com/aitofy-dev/bugdeck/issues"
},
"author": "aitofy"
}