-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
36 lines (36 loc) · 883 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
{
"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",
"dev": "turbo run dev",
"preinstall": "npx only-allow pnpm",
"release": "pnpm build && changeset publish",
"docker": "docker compose up -d"
},
"packageManager": "[email protected]",
"keywords": [
"bull",
"bee-queue",
"queue",
"bullmq",
"dashboard"
],
"author": "Alex Budure",
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"turbo": "^2.3.3"
}
}