|
1 | 1 | { |
2 | 2 | "name": "unplugin-raw", |
| 3 | + "type": "module", |
3 | 4 | "version": "0.6.3", |
4 | | - "packageManager": "pnpm@10.22.0", |
| 5 | + "packageManager": "pnpm@10.26.0", |
5 | 6 | "description": "Transform file to a default-export string.", |
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-raw#readme", |
16 | | - "bugs": { |
17 | | - "url": "https://github.com/unplugin/unplugin-raw/issues" |
18 | | - }, |
19 | 11 | "repository": { |
20 | 12 | "type": "git", |
21 | 13 | "url": "git+https://github.com/unplugin/unplugin-raw.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-raw/issues" |
| 17 | + }, |
| 18 | + "keywords": [ |
| 19 | + "unplugin", |
| 20 | + "rollup", |
| 21 | + "vite", |
| 22 | + "esbuild", |
| 23 | + "webpack" |
27 | 24 | ], |
28 | | - "main": "./dist/index.mjs", |
29 | | - "module": "./dist/index.mjs", |
30 | | - "types": "./dist/index.d.mts", |
31 | 25 | "exports": { |
32 | 26 | ".": "./dist/index.mjs", |
33 | 27 | "./api": "./dist/api.mjs", |
|
39 | 33 | "./webpack": "./dist/webpack.mjs", |
40 | 34 | "./package.json": "./package.json" |
41 | 35 | }, |
| 36 | + "main": "./dist/index.mjs", |
| 37 | + "module": "./dist/index.mjs", |
| 38 | + "types": "./dist/index.d.mts", |
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", |
|
69 | 72 | } |
70 | 73 | }, |
71 | 74 | "dependencies": { |
72 | | - "unplugin": "^2.3.10", |
| 75 | + "unplugin": "^2.3.11", |
73 | 76 | "unplugin-utils": "^0.3.1" |
74 | 77 | }, |
75 | 78 | "devDependencies": { |
76 | | - "@sxzz/eslint-config": "^7.2.10", |
77 | | - "@sxzz/prettier-config": "^2.2.5", |
78 | | - "@types/node": "^24.10.1", |
79 | | - "bumpp": "^10.3.1", |
80 | | - "esbuild": "^0.27.0", |
81 | | - "eslint": "^9.39.1", |
82 | | - "prettier": "^3.6.2", |
83 | | - "rolldown": "^1.0.0-beta.50", |
84 | | - "rollup": "^4.53.2", |
85 | | - "tsdown": "^0.16.5", |
| 79 | + "@sxzz/eslint-config": "^7.4.3", |
| 80 | + "@sxzz/prettier-config": "^2.2.6", |
| 81 | + "@types/node": "^25.0.3", |
| 82 | + "bumpp": "^10.3.2", |
| 83 | + "esbuild": "^0.27.2", |
| 84 | + "eslint": "^9.39.2", |
| 85 | + "prettier": "^3.7.4", |
| 86 | + "rolldown": "^1.0.0-beta.55", |
| 87 | + "rollup": "^4.53.5", |
| 88 | + "tsdown": "^0.18.1", |
86 | 89 | "typescript": "^5.9.3", |
87 | | - "vite": "^7.2.2", |
88 | | - "vitest": "^4.0.10" |
89 | | - }, |
90 | | - "engines": { |
91 | | - "node": ">=20.18.0" |
| 90 | + "vite": "^7.3.0", |
| 91 | + "vitest": "^4.0.16" |
92 | 92 | }, |
93 | 93 | "prettier": "@sxzz/prettier-config" |
94 | 94 | } |
0 commit comments