-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 964 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 964 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": "root",
"private": true,
"scripts": {
"watch": "pnpm -r watch",
"download-framer": "pnpm --filter unframer run download-framer",
"download-framer:doppler": "doppler run -- pnpm download-framer",
"build": "pnpm --filter unframer build",
"release": "pnpm build && changeset",
"agents.md": "agentsdotmd ./UNFRAMER_AGENTS.md core.md typescript.md pnpm.md react.md vitest.md changelog.md github.md cac.md spiceflow.md dedent.md tailwind.md "
},
"devDependencies": {
"@changesets/cli": "^2.27.12",
"c8": "^10.1.3",
"chokidar": "^4.0.3",
"prettier": "^3.4.2",
"tsx": "^4.20.3",
"vite": "^6.3.5",
"vitest": "^3.1.4"
},
"pnpm": {
"overrides": {
"unframer": "workspace:^"
}
},
"repository": "https://github.com/remorses/",
"author": "remorses <beats.by.morse@gmail.com>",
"license": ""
}