-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"name": "@queuedash/root",
"version": "0.0.0",
"description": "A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue",
"repository": {
"type": "git",
"url": "https://github.com/alexbudure/queuedash.git"
},
"bugs": {
"url": "https://github.com/alexbudure/queuedash/issues"
},
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"format": "oxfmt .",
"format:check": "oxfmt --check .",
"dev": "turbo run dev",
"preinstall": "npx only-allow pnpm",
"release": "pnpm build && changeset publish",
"docker": "docker compose up -d"
},
"packageManager": "pnpm@9.0.2",
"keywords": [
"bull",
"bee-queue",
"queue",
"bullmq",
"dashboard"
],
"author": "Alex Budure",
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"oxfmt": "^0.41.0",
"oxlint": "^1.56.0",
"turbo": "^2.8.20"
}
}