-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 955 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 955 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
25
26
27
28
29
{
"name": "open-take",
"private": true,
"version": "0.0.0",
"description": "Agent-native demo recording. Tell your agent to make a demo of your local app/CLI; it drives the real thing and hands you a polished, re-editable video. Ground-truth event log -> cinematic auto-zoom. MIT.",
"license": "MIT",
"type": "module",
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@10.28.2",
"scripts": {
"build": "turbo run build",
"typecheck": "turbo run typecheck",
"lint": "biome lint .",
"test:package": "node --test test/package-artifacts.test.mjs",
"release": "node scripts/release.mjs",
"format": "biome format --write .",
"clean": "turbo run clean && rm -rf node_modules",
"postinstall": "node scripts/fix-node-pty-perms.mjs"
},
"devDependencies": {
"@biomejs/biome": "^2.5.6",
"open-take": "workspace:*",
"tsdown": "^0.9.0",
"turbo": "^2.3.0",
"typescript": "^5.6.3"
}
}