-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 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
{
"name": "root",
"private": true,
"scripts": {
"format": "prettier --write .",
"agents.md": "agentsdotmd ./PREFIX.md ./termcast/EXTENSIONS.md opentui.md core.md tmux.md github.md typescript.md github.md react.md vitest.md changelog.md docs-writing.md cac.md zod.md ./termcast/RAYCAST_SCROLLING.md",
"release": "cd termcast && bun run release",
"e2e": "cd termcast && bun e2e"
},
"devDependencies": {
"@changesets/cli": "^2.29.6",
"@types/figlet": "^1.7.0",
"@types/react": "^19.2.14",
"prettier": "^3.6.2",
"tsx": "^4.20.5",
"typescript": "^5.9.2",
"vite": "^7.3.1",
"vitest": "^4.0.18"
},
"repository": "https://github.com/remorses/",
"author": "remorses <[email protected]>",
"license": "",
"workspaces": [
"./*"
],
"packageManager": "[email protected]",
"trustedDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"@xmorse/rfd",
"esbuild",
"node-pty-prebuilt-multiarch",
"node-window-manager",
"extract-file-icon",
"node-gyp-build"
],
"dependencies": {
"@parcel/watcher": "^2.5.6",
"@parcel/watcher-darwin-arm64": "^2.5.6",
"bun-types": "^1.3.9",
"figlet": "^1.9.4"
}
}