aboutsummaryrefslogtreecommitdiffstats
path: root/packages/plugins-queue-liteque/package.json
blob: a31c9707b7de3b709f80319f1c2f232996ae11f8 (plain) (blame)
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
{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@karakeep/plugins-queue-liteque",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "format": "prettier . --ignore-path ../../.prettierignore",
    "format:fix": "prettier . --write --ignore-path ../../.prettierignore",
    "lint": "oxlint .",
    "lint:fix": "oxlint . --fix",
    "test": "vitest"
  },
  "dependencies": {
    "@karakeep/shared": "workspace:*",
    "liteque": "^0.6.2"
  },
  "devDependencies": {
    "@karakeep/prettier-config": "workspace:^0.1.0",
    "@karakeep/tsconfig": "workspace:^0.1.0",
    "vite-tsconfig-paths": "^4.3.1",
    "vitest": "^3.2.4"
  },
  "prettier": "@karakeep/prettier-config"
}