WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "unplugin-inline-enum",
"version": "0.6.2",
"packageManager": "pnpm@10.24.0",
"packageManager": "pnpm@10.25.0",
"description": "Inline enum values to optimize bundle size.",
"type": "module",

Check failure on line 6 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'type' should be before 'version'
"keywords": [

Check failure on line 7 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'keywords' should be after 'repository'
"unplugin",
"rollup",
"vite",
Expand All @@ -13,22 +13,22 @@
],
"license": "MIT",
"homepage": "https://github.com/unplugin/unplugin-inline-enum#readme",
"bugs": {

Check failure on line 16 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'bugs' should be after 'repository'
"url": "https://github.com/unplugin/unplugin-inline-enum/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unplugin/unplugin-inline-enum.git"
},
"author": "Kevin Deng <[email protected]>",

Check failure on line 23 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'author' should be before 'license'
"funding": "https://github.com/sponsors/sxzz",

Check failure on line 24 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'funding' should be before 'homepage'
"files": [

Check failure on line 25 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'files' should be after 'typesVersions'
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {

Check failure on line 31 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'exports' should be before 'main'
".": "./dist/index.js",
"./api": "./dist/api.js",
"./esbuild": "./dist/esbuild.js",
Expand Down Expand Up @@ -69,24 +69,24 @@
},
"devDependencies": {
"@babel/types": "^7.28.5",
"@sxzz/eslint-config": "^7.4.0",
"@sxzz/eslint-config": "^7.4.1",
"@sxzz/prettier-config": "^2.2.6",
"@sxzz/test-utils": "^0.5.13",
"@types/node": "^24.10.1",
"@sxzz/test-utils": "^0.5.14",
"@types/node": "^24.10.3",
"@types/picomatch": "^4.0.2",
"bumpp": "^10.3.2",
"esbuild": "^0.27.0",
"eslint": "^9.39.1",
"prettier": "^3.7.3",
"esbuild": "^0.27.1",
"eslint": "^9.39.2",
"prettier": "^3.7.4",
"rollup": "^4.53.3",
"tsdown": "^0.16.8",
"tsdown": "^0.17.3",
"typescript": "^5.9.3",
"unplugin-oxc": "^0.5.5",
"vite": "^7.2.6",
"vitest": "^4.0.14",
"vite": "^7.2.7",
"vitest": "^4.0.15",
"webpack": "^5.103.0"
},
"engines": {

Check failure on line 89 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'engines' should be before 'scripts'
"node": ">=20.19.0"
},
"prettier": "@sxzz/prettier-config"
Expand Down
Loading
Loading