-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 680 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@root/astro-og-canvas",
"version": "0.0.1",
"private": true,
"scripts": {
"build:demo": "pnpm --filter \"@demo/astro-og-canvas\" build",
"prepublish": "pnpm --filter \"astro-og-canvas\" build",
"pretest": "pnpm prepublish && pnpm build:demo",
"test": "tsm node_modules/uvu/bin.js test",
"pretypecheck": "pnpm prepublish",
"typecheck": "pnpm -r exec astro check"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"astro": "^5.18.0",
"tsm": "^2.3.0",
"typescript": "^5.9.3",
"uvu": "^0.5.6"
},
"packageManager": "pnpm@10.30.3"
}