-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 617 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 617 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"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": "node --test",
"pretypecheck": "pnpm prepublish",
"typecheck": "pnpm -r exec astro check"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.1",
"astro": "^7.1.6",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@11.18.0"
}