Files
element-plus/internal/metadata/package.json
Noblet Ouways 899eeab499 chore: migrate fast-glob to tinyglobby (#23020)
* chore: migrate fast-glob to tinyglobby

* fix: ssr tests
2025-12-09 10:52:09 +01:00

37 lines
855 B
JSON

{
"name": "@element-plus/metadata",
"version": "0.0.1",
"description": "Metadata for Element Plus",
"keywords": [
"element-plus"
],
"license": "MIT",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "pnpm run \"/^build:/\"",
"build:contributor": "tsx src/contributor.ts",
"dev": "DEV=1 pnpm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/element-plus/element-plus.git"
},
"devDependencies": {
"@element-plus/build": "workspace:*",
"@element-plus/build-constants": "workspace:*",
"@element-plus/build-utils": "workspace:*",
"@types/lodash-es": "^4.17.12",
"chalk": "^5.3.0",
"consola": "^2.15.3",
"tinyglobby": "^0.2.15",
"lodash-es": "^4.17.21",
"octokit": "^2.1.0",
"tsx": "^4.7.1"
}
}