-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (41 loc) · 1.45 KB
/
package.json
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
{
"name": "total-typescript-monorepo",
"version": "1.0.0",
"type": "module",
"packageManager": "[email protected]",
"description": "",
"engines": {
"node": "=20"
},
"private": true,
"scripts": {
"dev": "turbo watch build lint test",
"ci": "turbo build test lint",
"build": "turbo build",
"release": "pnpm run ci && changeset publish",
"write": "turbo watch dev --filter=shot-slash --filter=@total-typescript/twoslash-preview-server --filter=written-content",
"write-new": "pnpm run scratch && pnpm run write",
"make-video": "turbo watch dev --filter=remotion-code-hike --filter=sync-current-markdown-file-to-remotion --filter=source-to-code-samples --filter=record-narration --filter=nodeslash-server",
"new": "(cd apps/written-content && pnpm run new)",
"scratch": "(cd apps/written-content && pnpm run scratch)",
"ai": "(cd apps/ai-playground && pnpm run go)",
"manage": "turbo watch lint dev --filter written-content-manager --filter=@total-typescript/twoslash-preview-server",
"append": "apps/internal-cli/dist/bin.js append-video-to-timeline"
},
"keywords": [],
"author": "Matt Pocock",
"license": "ISC",
"dependencies": {
"@changesets/cli": "^2.27.7",
"@total-typescript/tsconfig": "^1.0.4",
"@types/node": "^22.7.7",
"prettier": "^3.3.3",
"tsx": "^4.19.0",
"turbo": "2.3.3",
"typescript": "5.6.2",
"vitest": "^2.0.5"
},
"resolutions": {
"typescript": "5.6.2"
}
}