|
1 | 1 | { |
2 | 2 | "name": "unplugin-inline-enum", |
| 3 | + "type": "module", |
3 | 4 | "version": "0.6.2", |
4 | | - "packageManager": "pnpm@10.24.0", |
| 5 | + "packageManager": "pnpm@10.25.0", |
5 | 6 | "description": "Inline enum values to optimize bundle size.", |
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-inline-enum#readme", |
16 | | - "bugs": { |
17 | | - "url": "https://github.com/unplugin/unplugin-inline-enum/issues" |
18 | | - }, |
19 | 11 | "repository": { |
20 | 12 | "type": "git", |
21 | 13 | "url": "git+https://github.com/unplugin/unplugin-inline-enum.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-inline-enum/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 | "./api": "./dist/api.js", |
|
38 | 32 | "./webpack": "./dist/webpack.js", |
39 | 33 | "./package.json": "./package.json" |
40 | 34 | }, |
| 35 | + "main": "./dist/index.js", |
| 36 | + "module": "./dist/index.js", |
| 37 | + "types": "./dist/index.d.ts", |
41 | 38 | "typesVersions": { |
42 | 39 | "*": { |
43 | 40 | "*": [ |
|
46 | 43 | ] |
47 | 44 | } |
48 | 45 | }, |
| 46 | + "files": [ |
| 47 | + "dist" |
| 48 | + ], |
49 | 49 | "publishConfig": { |
50 | 50 | "access": "public" |
51 | 51 | }, |
| 52 | + "engines": { |
| 53 | + "node": ">=20.19.0" |
| 54 | + }, |
52 | 55 | "scripts": { |
53 | 56 | "lint": "eslint --cache .", |
54 | 57 | "lint:fix": "pnpm run lint --fix", |
|
69 | 72 | }, |
70 | 73 | "devDependencies": { |
71 | 74 | "@babel/types": "^7.28.5", |
72 | | - "@sxzz/eslint-config": "^7.4.0", |
| 75 | + "@sxzz/eslint-config": "^7.4.1", |
73 | 76 | "@sxzz/prettier-config": "^2.2.6", |
74 | | - "@sxzz/test-utils": "^0.5.13", |
75 | | - "@types/node": "^24.10.1", |
| 77 | + "@sxzz/test-utils": "^0.5.14", |
| 78 | + "@types/node": "^25.0.1", |
76 | 79 | "@types/picomatch": "^4.0.2", |
77 | 80 | "bumpp": "^10.3.2", |
78 | | - "esbuild": "^0.27.0", |
79 | | - "eslint": "^9.39.1", |
80 | | - "prettier": "^3.7.3", |
| 81 | + "esbuild": "^0.27.1", |
| 82 | + "eslint": "^9.39.2", |
| 83 | + "prettier": "^3.7.4", |
81 | 84 | "rollup": "^4.53.3", |
82 | | - "tsdown": "^0.16.8", |
| 85 | + "tsdown": "^0.17.3", |
83 | 86 | "typescript": "^5.9.3", |
84 | 87 | "unplugin-oxc": "^0.5.5", |
85 | | - "vite": "^7.2.6", |
86 | | - "vitest": "^4.0.14", |
| 88 | + "vite": "^7.2.7", |
| 89 | + "vitest": "^4.0.15", |
87 | 90 | "webpack": "^5.103.0" |
88 | 91 | }, |
89 | | - "engines": { |
90 | | - "node": ">=20.19.0" |
91 | | - }, |
92 | 92 | "prettier": "@sxzz/prettier-config" |
93 | 93 | } |
0 commit comments