-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 961 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 961 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
29
30
{
"name": "mce-monorepo",
"type": "module",
"private": true,
"version": "0.17.12",
"packageManager": "pnpm@10.19.0",
"scripts": {
"build": "pnpm -F mce -F @mce/* build",
"build:preset": "pnpm -F mce build:preset",
"build:doc": "pnpm -F mce build:doc",
"test": "pnpm -r test",
"lint": "pnpm -r lint",
"dev": "MODE=local pnpm -F playground dev",
"publish": "pnpm -r publish --no-git-checks --access public",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"release": "bumpp package.json packages/*/package.json --commit \"release: v%s\" --push --all --tag"
},
"devDependencies": {
"@antfu/eslint-config": "^8.1.1",
"@types/node": "^25.6.0",
"bumpp": "^11.0.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^10.2.0",
"typescript": "^6.0.2",
"vite": "^8.0.8",
"vitest": "^4.1.4",
"vue": "^3.5.32",
"vue-tsc": "^3.2.6"
}
}