返回 html-video
package.json
根目录 / package.json
1 {
2 "name": "html-video-monorepo",
3 "version": "0.0.0",
4 "private": true,
5 "description": "HTML→Video meta-layer for coding agents",
6 "license": "Apache-2.0",
7 "homepage": "https://github.com/nexu-io/html-video",
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/nexu-io/html-video.git"
11 },
12 "engines": {
13 "node": ">=20",
14 "pnpm": ">=9"
15 },
16 "packageManager": "pnpm@9.15.0",
17 "workspaces": [
18 "packages/*",
19 "templates/*"
20 ],
21 "scripts": {
22 "build": "pnpm -r build",
23 "typecheck": "pnpm -r typecheck",
24 "test": "pnpm -r test",
25 "smoke": "pnpm --filter @html-video/cli smoke",
26 "format": "biome format --write .",
27 "lint": "biome lint ."
28 },
29 "devDependencies": {
30 "@biomejs/biome": "^1.9.4",
31 "@types/node": "^22.10.0",
32 "typescript": "^5.7.2"
33 },
34 "dependencies": {
35 "@remotion/bundler": "^4",
36 "@remotion/renderer": "^4",
37 "react": "^18",
38 "react-dom": "^18",
39 "remotion": "^4"
40 }
41 }
42
42 lines JSON