|
1 | 1 | { |
2 | | - "name": "@vingy/vuebugger", |
3 | | - "version": "0.2.0", |
4 | | - "description": "Vue devtools plugin to debug anything.", |
5 | | - "keywords": [ |
6 | | - "composable", |
7 | | - "composition-api", |
8 | | - "debugging", |
9 | | - "devtools", |
10 | | - "plugin", |
11 | | - "state", |
12 | | - "vue" |
13 | | - ], |
| 2 | + "name": "@vingy/vue-utilities", |
| 3 | + "description": "Monorepo for all my vue utilities.", |
14 | 4 | "license": "MIT", |
15 | 5 | "author": "vingy", |
16 | 6 | "repository": { |
|
21 | 11 | "dist" |
22 | 12 | ], |
23 | 13 | "type": "module", |
24 | | - "sideEffects": false, |
25 | | - "main": "./dist/index.mjs", |
26 | | - "types": "./dist/index.d.mts", |
27 | | - "exports": { |
28 | | - ".": { |
29 | | - "types": "./dist/index.d.mts", |
30 | | - "import": "./dist/index.mjs" |
31 | | - } |
32 | | - }, |
33 | | - "publishConfig": { |
34 | | - "access": "public" |
35 | | - }, |
36 | 14 | "scripts": { |
37 | | - "test": "vitest", |
38 | | - "test:ci": "vitest run --coverage", |
39 | | - "build": "tsdown", |
40 | | - "dev": "tsdown -w" |
| 15 | + "test": "pnpm -r test", |
| 16 | + "test:ci": "pnpm -r test:ci", |
| 17 | + "build": "pnpm -r build", |
| 18 | + "dev": "pnpm -r dev" |
41 | 19 | }, |
42 | 20 | "devDependencies": { |
43 | | - "@types/node": "^25.0.10", |
44 | | - "@vitest/coverage-v8": "4.0.18", |
45 | | - "@vue/devtools-api": "^8.0.5", |
46 | | - "oxfmt": "^0.27.0", |
47 | | - "oxlint": "^1.42.0", |
48 | | - "tsdown": "^0.20.1", |
49 | | - "typescript": "^5.9.3", |
50 | | - "vitest": "^4.0.18" |
51 | | - }, |
52 | | - "peerDependencies": { |
53 | | - "vue": "^3.5.0" |
| 21 | + "@tsconfig/node24": "catalog:", |
| 22 | + "@types/node": "catalog:", |
| 23 | + "@vitest/coverage-v8": "catalog:", |
| 24 | + "oxfmt": "catalog:", |
| 25 | + "oxlint": "catalog:", |
| 26 | + "tsdown": "catalog:", |
| 27 | + "typescript": "catalog:", |
| 28 | + "vitest": "catalog:" |
54 | 29 | }, |
55 | 30 | "packageManager": "pnpm@10.28.0" |
56 | 31 | } |
0 commit comments