-
-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.62 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "edit-mind",
"version": "0.30.0",
"description": "AI-Powered Video Indexing and Search",
"license": "Edit Mind",
"author": {
"name": "ilias",
"url": "https://github.com/iliashad"
},
"repository": {
"type": "git",
"url": "https://github.com/iliashad/edit-mind"
},
"scripts": {
"build": "turbo build --filter='./packages/*'",
"build:watch": "turbo watch build --filter='./packages/*'",
"build:background-jobs": "turbo build --filter='./apps/background-jobs'",
"build:web": "turbo build --filter='./apps/web'"
},
"dependencies": {
"@prisma/client": "^6.19.3",
"date-fns": "^4.1.0",
"ioredis": "^5.10.1",
"jiti": "^2.6.1",
"tsx": "^4.21.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^22.19.17",
"@vitest/coverage-v8": "^4.1.5",
"@vitest/ui": "^4.1.5",
"prisma": "6.19.3",
"tsconfig-paths": "^4.2.0",
"turbo": "^2.9.6",
"typescript": "^5.9.3",
"vitest": "^4.1.5"
},
"pnpm": {
"overrides": {
"esbuild": "^0.21.5"
},
"onlyBuiltDependencies": [
"@ffmpeg-installer/darwin-arm64",
"@ffprobe-installer/darwin-arm64",
"@prisma/client",
"@prisma/engines",
"esbuild",
"msgpackr-extract",
"onnxruntime-node",
"prisma",
"protobufjs",
"sharp"
]
},
"resolutions": {
"sharp": "0.34.5",
"protobufjs": "7.5.5",
"tar": "7.5.11",
"minimatch": "9.0.9"
},
"overrides": {
"sharp": "0.34.5",
"protobufjs": "7.5.5",
"tar": "7.5.11",
"minimatch": "9.0.9",
"rollup": "^4.59.0"
},
"packageManager": "pnpm@10.33.1"
}