aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e2e_tests/package.json
blob: d0a61cd9d824f81198acadfc106b5348c48d83f8 (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
28
29
30
31
32
33
{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@karakeep/e2e_tests",
  "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 run",
    "test:watch": "vitest",
    "test:no-build": "E2E_TEST_NO_BUILD=1 vitest run"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.842.0",
    "@karakeep/sdk": "workspace:*",
    "@karakeep/shared": "workspace:^0.1.0",
    "@karakeep/trpc": "workspace:^0.1.0",
    "@trpc/client": "^11.4.3",
    "superjson": "^2.2.1",
    "zod": "^3.24.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"
}