Files
element-plus/internal/metadata/package.json
三咲智子 6a290ff85a refactor(build): improve building (#7048)
* fix: fetching contributors

* refactor(build): improve building

* fix: building

* refactor: build constants

* fix: lockfile

* ci: remove token

* ci: rename

* refactor: improve docs constant
2022-04-08 14:17:44 +08:00

33 lines
827 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": "concurrently \"pnpm run build:contributor\" \"pnpm run build:components\"",
"build:contributor": "esno src/contributor.ts",
"build:components": "esno src/components.ts",
"dev": "cross-env DEV=1 pnpm run build"
},
"devDependencies": {
"@element-plus/build": "^0.0.1",
"@element-plus/build-constants": "^0.0.1",
"@element-plus/build-utils": "^0.0.1",
"@types/lodash-es": "^4.17.6",
"concurrently": "^7.1.0",
"cross-env": "^7.0.3",
"esno": "^0.14.1",
"fast-glob": "^3.2.11",
"lodash-es": "^4.17.21"
}
}