|
1 | 1 | { |
2 | 2 | "name": "unplugin-replace", |
| 3 | + "type": "module", |
3 | 4 | "version": "0.6.2", |
4 | | - "packageManager": "pnpm@10.21.0", |
| 5 | + "packageManager": "pnpm@10.26.0", |
5 | 6 | "description": "A universal bundler plugin which replaces targeted strings in files.", |
6 | | - "type": "module", |
7 | | - "keywords": [ |
8 | | - "unplugin", |
9 | | - "rollup", |
10 | | - "vite", |
11 | | - "esbuild", |
12 | | - "webpack" |
13 | | - ], |
| 7 | + "author": "Kevin Deng <[email protected]>", |
14 | 8 | "license": "MIT", |
| 9 | + "funding": "https://github.com/sponsors/sxzz", |
15 | 10 | "homepage": "https://github.com/unplugin/unplugin-replace#readme", |
16 | | - "bugs": { |
17 | | - "url": "https://github.com/unplugin/unplugin-replace/issues" |
18 | | - }, |
19 | 11 | "repository": { |
20 | 12 | "type": "git", |
21 | 13 | "url": "git+https://github.com/unplugin/unplugin-replace.git" |
22 | 14 | }, |
23 | | - "author": "Kevin Deng <[email protected]>", |
24 | | - "funding": "https://github.com/sponsors/sxzz", |
25 | | - "files": [ |
26 | | - "dist" |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/unplugin/unplugin-replace/issues" |
| 17 | + }, |
| 18 | + "keywords": [ |
| 19 | + "unplugin", |
| 20 | + "rollup", |
| 21 | + "vite", |
| 22 | + "esbuild", |
| 23 | + "webpack" |
27 | 24 | ], |
28 | | - "main": "./dist/index.js", |
29 | | - "module": "./dist/index.js", |
30 | | - "types": "./dist/index.d.ts", |
31 | 25 | "exports": { |
32 | 26 | ".": "./dist/index.js", |
33 | 27 | "./vite": "./dist/vite.js", |
|
39 | 33 | "./farm": "./dist/farm.js", |
40 | 34 | "./*": "./*" |
41 | 35 | }, |
| 36 | + "main": "./dist/index.js", |
| 37 | + "module": "./dist/index.js", |
| 38 | + "types": "./dist/index.d.ts", |
42 | 39 | "typesVersions": { |
43 | 40 | "*": { |
44 | 41 | "*": [ |
|
47 | 44 | ] |
48 | 45 | } |
49 | 46 | }, |
| 47 | + "files": [ |
| 48 | + "dist" |
| 49 | + ], |
50 | 50 | "publishConfig": { |
51 | 51 | "access": "public" |
52 | 52 | }, |
| 53 | + "engines": { |
| 54 | + "node": ">=20.19.0" |
| 55 | + }, |
53 | 56 | "scripts": { |
54 | 57 | "lint": "eslint --cache .", |
55 | 58 | "lint:fix": "pnpm run lint --fix", |
|
62 | 65 | }, |
63 | 66 | "dependencies": { |
64 | 67 | "rolldown-string": "^0.2.1", |
65 | | - "unplugin": "^2.3.10" |
| 68 | + "unplugin": "^2.3.11" |
66 | 69 | }, |
67 | 70 | "devDependencies": { |
68 | | - "@sxzz/eslint-config": "^7.2.8", |
69 | | - "@sxzz/prettier-config": "^2.2.4", |
70 | | - "@sxzz/test-utils": "^0.5.12", |
71 | | - "@types/node": "^24.10.0", |
72 | | - "bumpp": "^10.3.1", |
73 | | - "esbuild": "^0.27.0", |
74 | | - "eslint": "^9.39.1", |
| 71 | + "@sxzz/eslint-config": "^7.4.3", |
| 72 | + "@sxzz/prettier-config": "^2.2.6", |
| 73 | + "@sxzz/test-utils": "^0.5.14", |
| 74 | + "@types/node": "^25.0.2", |
| 75 | + "bumpp": "^10.3.2", |
| 76 | + "esbuild": "^0.27.1", |
| 77 | + "eslint": "^9.39.2", |
75 | 78 | "fast-glob": "^3.3.3", |
76 | | - "prettier": "^3.6.2", |
| 79 | + "prettier": "^3.7.4", |
77 | 80 | "rolldown": "1.0.0-beta.54", |
78 | | - "rollup": "^4.53.1", |
79 | | - "tsdown": "^0.16.1", |
80 | | - "tsx": "^4.20.6", |
| 81 | + "rollup": "^4.53.4", |
| 82 | + "tsdown": "^0.18.0", |
| 83 | + "tsx": "^4.21.0", |
81 | 84 | "typescript": "^5.9.3", |
82 | | - "vite": "^7.2.2", |
83 | | - "vitest": "^4.0.8", |
84 | | - "webpack": "^5.102.1" |
85 | | - }, |
86 | | - "engines": { |
87 | | - "node": ">=20.19.0" |
| 85 | + "vite": "^7.3.0", |
| 86 | + "vitest": "^4.0.15", |
| 87 | + "webpack": "^5.103.0" |
88 | 88 | }, |
89 | 89 | "prettier": "@sxzz/prettier-config" |
90 | 90 | } |
0 commit comments