package.json 428 B

1234567891011121314151617181920
  1. {
  2. "name": "@element-plus/build-constants",
  3. "version": "0.0.1",
  4. "description": "Build constants for Element Plus",
  5. "keywords": [
  6. "element-plus"
  7. ],
  8. "license": "MIT",
  9. "main": "./dist/index.cjs",
  10. "module": "./dist/index.mjs",
  11. "types": "./dist/index.d.ts",
  12. "scripts": {
  13. "build": "unbuild",
  14. "dev": "pnpm run stub",
  15. "stub": "unbuild --stub"
  16. },
  17. "devDependencies": {
  18. "unbuild": "^0.7.4"
  19. }
  20. }