-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 678 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 678 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.9",
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.0",
"astro": "^6.4.6",
"tsm": "^2.3.0",
"typescript": "^6.0.3",
"uvu": "^0.5.6"
},
"packageManager": "pnpm@11.6.0"
}