-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 818 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 818 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
{
"name": "@cpany/monorepo",
"private": true,
"scripts": {
"dev": "cpany dev example --open",
"site": "cpany build example --outDir site",
"build": "pnpm -r run build",
"build:cli": "pnpm -C packages/cli run build",
"format": "prettier --write packages/**/*.{ts,js,vue} --ignore-path .gitignore",
"release": "node scripts/release.mjs",
"publish": "pnpm publish -r --access public"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.7.0",
"capture-website-cli": "^4.0.0",
"execa": "^9.4.0",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
},
"packageManager": "pnpm@9.11.0"
}