-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 808 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 808 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
{
"name": "layerstack-monorepo",
"version": "0.0.1",
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"type": "module",
"scripts": {
"test:unit": "pnpm -r test:unit",
"build": "rimraf packages/*/dist && pnpm -r build",
"build:packages": "rimraf packages/*/dist && pnpm --filter './packages/*' build",
"check": "pnpm -r check",
"lint": "pnpm -r lint",
"format": "pnpm -r format",
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:release": "changeset publish",
"up-deps": "pnpm update -r -i --latest"
},
"devDependencies": {
"@changesets/cli": "2.29.4",
"@svitejs/changesets-changelog-fd.fxlcf.dpdns.orgpact": "^1.2.0",
"rimraf": "6.0.1",
"wrangler": "^4.14.4"
},
"packageManager": "pnpm@9.6.0"
}