|
1 | 1 | {
|
2 | 2 | "name": "@unts/pkgr",
|
3 | 3 | "version": "0.0.0",
|
| 4 | + "type": "module", |
4 | 5 | "description": "Simple but incredible utilities for package bundlers like rollup, webpack.",
|
5 |
| - "repository": "git+https://github.com/un-ts/pkgr.git", |
| 6 | + "repository": "https://github.com/un-ts/pkgr.git", |
6 | 7 | "homepage": "https://pkgr.vercel.app",
|
7 |
| - "author": "JounQin (https://www.1stG.me) <[email protected]>", |
| 8 | + "author": "JounQin <[email protected]> (https://www.1stG.me)", |
8 | 9 | "license": "MIT",
|
9 | 10 | "private": true,
|
10 | 11 | "workspaces": [
|
11 |
| - "packages/**" |
| 12 | + "packages/*" |
12 | 13 | ],
|
13 |
| - "packageManager": "yarn@1.22.21", |
| 14 | + "packageManager": "yarn@4.7.0", |
14 | 15 | "scripts": {
|
15 | 16 | "build": "run-s build:ts build:r",
|
16 | 17 | "build:r": "tsx packages/rollup/src/cli.ts -f cjs -d false",
|
17 | 18 | "build:ts": "tsc -b",
|
18 | 19 | "clean": "rimraf --glob packages/*/{lib,*.tsbuildinfo}",
|
19 |
| - "codesandbox:install": "yarn --ignore-engines", |
20 |
| - "lint": "run-p lint:*", |
21 |
| - "lint:es": "eslint . --cache -f friendly", |
| 20 | + "lint": "run-p 'lint:*'", |
| 21 | + "lint:es": "eslint . --cache", |
22 | 22 | "lint:tsc": "tsc --noEmit",
|
23 |
| - "prelint": "yarn build", |
24 |
| - "prepare": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0", |
25 |
| - "pretest": "yarn clean", |
| 23 | + "prepare": "patch-package && simple-git-hooks && yarn-berry-deduplicate || exit 0", |
26 | 24 | "release": "changeset publish",
|
27 |
| - "test": "jest", |
| 25 | + "test": "vitest run --coverage", |
28 | 26 | "typecov": "type-coverage"
|
29 | 27 | },
|
30 | 28 | "devDependencies": {
|
31 |
| - "@1stg/common-config": "^10.0.0", |
32 |
| - "@changesets/changelog-github": "^0.5.0", |
33 |
| - "@changesets/cli": "^2.27.1", |
| 29 | + "@1stg/common-config": "^11.0.4", |
| 30 | + "@changesets/changelog-github": "^0.5.1", |
| 31 | + "@changesets/cli": "^2.28.1", |
| 32 | + "@commitlint/cli": "^19.8.0", |
34 | 33 | "@types/cross-spawn": "^6.0.6",
|
35 | 34 | "@types/debug": "^4.1.12",
|
36 |
| - "@types/imagemin": "^8.0.5", |
| 35 | + "@types/imagemin": "^9.0.1", |
37 | 36 | "@types/is-glob": "^4.0.4",
|
38 |
| - "@types/jest": "^29.5.11", |
39 | 37 | "@types/lodash-es": "^4.17.12",
|
40 |
| - "@types/micromatch": "^4.0.6", |
41 |
| - "@types/node": "^20.11.4", |
42 |
| - "@vitejs/plugin-vue": "^5.0.3", |
43 |
| - "@vitejs/plugin-vue-jsx": "^3.1.0", |
| 38 | + "@types/micromatch": "^4.0.9", |
| 39 | + "@types/node": "^20.17.24", |
| 40 | + "@unts/patch-package": "^8.1.1", |
| 41 | + "@vitejs/plugin-vue": "^5.2.3", |
| 42 | + "@vitejs/plugin-vue-jsx": "^4.1.2", |
| 43 | + "@vitest/coverage-istanbul": "^3.0.9", |
| 44 | + "eslint": "^9.22.0", |
44 | 45 | "jest": "^29.7.0",
|
45 |
| - "patch-package": "^8.0.0", |
46 |
| - "rimraf": "^5.0.5", |
47 |
| - "ts-jest": "^29.1.1", |
48 |
| - "tsx": "^4.7.0", |
49 |
| - "type-coverage": "^2.27.1", |
50 |
| - "typescript": "^5.3.3", |
51 |
| - "vue": "^3.4.15", |
52 |
| - "yarn-deduplicate": "^6.0.2" |
| 46 | + "lint-staged": "^15.5.0", |
| 47 | + "npm-run-all2": "^7.0.2", |
| 48 | + "prettier": "^3.5.3", |
| 49 | + "rimraf": "^5.0.10", |
| 50 | + "simple-git-hooks": "^2.11.1", |
| 51 | + "tsx": "^4.19.3", |
| 52 | + "type-coverage": "^2.29.7", |
| 53 | + "typescript": "^5.8.2", |
| 54 | + "unplugin-auto-import": "^19.1.1", |
| 55 | + "vitest": "^3.0.9", |
| 56 | + "vue": "^3.5.13", |
| 57 | + "yarn-berry-deduplicate": "^6.1.1" |
53 | 58 | },
|
54 | 59 | "resolutions": {
|
55 |
| - "prettier": "^3.2.4" |
| 60 | + "prettier": "^3.5.3" |
56 | 61 | },
|
57 | 62 | "commitlint": {
|
58 | 63 | "extends": [
|
59 | 64 | "@1stg"
|
60 | 65 | ]
|
61 | 66 | },
|
62 |
| - "jest": { |
63 |
| - "preset": "ts-jest", |
64 |
| - "collectCoverage": true |
65 |
| - }, |
66 | 67 | "prettier": "@1stg/prettier-config",
|
67 | 68 | "renovate": {
|
68 | 69 | "extends": [
|
|
0 commit comments