-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 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
{
"name": "master-clash",
"version": "0.1.0",
"private": true,
"description": "AI-powered video production platform",
"scripts": {
"dev": "turbo run dev",
"dev:log": "./scripts/dev-log.sh",
"logs": "./scripts/logs.sh",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,json,md}\"",
"clean": "turbo run clean && rm -rf node_modules .turbo"
},
"keywords": [
"ai",
"video-production",
"cloudflare",
"next.js",
"langgraph"
],
"author": "hrhrng <hrhrng@foxmail.com>",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.27.0",
"@opennextjs/cloudflare": "^1.14.6",
"prettier": "^3.0.0",
"turbo": "^2.0.0",
"wrangler": "^4"
},
"packageManager": "pnpm@8.15.0",
"pnpm": {
"overrides": {
"remotion": "4.0.370",
"@remotion/*": "4.0.370"
}
},
"dependencies": {
"@cloudflare/containers": "^0.2.0",
"better-auth": "^1.4.6",
"better-auth-cloudflare": "^0.2.9",
"zod": "^4"
}
}