-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "tscaps",
"version": "0.0.0",
"private": true,
"description": "tscaps — burn subtitles into your videos in the browser.",
"homepage": "https://tscaps.io",
"repository": {
"type": "git",
"url": "git+https://github.com/francozanardi/tscaps.git"
},
"license": "SEE LICENSE IN README.md",
"packageManager": "pnpm@11.1.3",
"scripts": {
"build": "pnpm --filter ./packages/engine build && pnpm --filter ./apps/studio build",
"typecheck": "pnpm -r typecheck",
"lint": "pnpm -r lint",
"templates:build": "pnpm --filter ./apps/studio templates:build",
"templates:contract": "pnpm --filter ./apps/studio templates:contract",
"postinstall": "pnpm templates:build"
},
"engines": {
"node": ">=20"
}
}