-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 783 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 783 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
{
"version": "0.0.84",
"private": true,
"license": "MIT",
"sideEffects": false,
"scripts": {
"build": "pnpm -r run build",
"play": "npm -C packages/playground run dev",
"lint": "eslint . --quiet",
"test": "pnpm -r run test --run",
"coverage": "pnpm -r run coverage",
"typecheck": "pnpm -r run typecheck",
"release": "bumpp -r"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
"@rolldown/pluginutils": "catalog:",
"@vitest/coverage-istanbul": "catalog:",
"bumpp": "catalog:",
"cross-env": "catalog:",
"eslint": "catalog:",
"eslint-plugin-security": "catalog:",
"eslint-plugin-vue-hook-optimizer": "workspace:*",
"tsdown": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
}
}