element-plus/internal/build-constants/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

21 lines
428 B
JSON

{
"name": "@element-plus/build-constants",
"version": "0.0.1",
"description": "Build constants for Element Plus",
"keywords": [
"element-plus"
],
"license": "MIT",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "unbuild",
"dev": "pnpm run stub",
"stub": "unbuild --stub"
},
"devDependencies": {
"unbuild": "^0.7.2"
}
}