package.json 758 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@vben/oxfmt-config",
  3. "version": "5.7.0",
  4. "private": true,
  5. "homepage": "https://github.com/vbenjs/vue-vben-admin",
  6. "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
  10. "directory": "internal/lint-configs/oxfmt-config"
  11. },
  12. "license": "MIT",
  13. "type": "module",
  14. "scripts": {
  15. "build": "pnpm exec tsdown",
  16. "stub": "pnpm exec tsdown"
  17. },
  18. "files": [
  19. "dist"
  20. ],
  21. "main": "./dist/index.mjs",
  22. "module": "./dist/index.mjs",
  23. "types": "./dist/index.d.ts",
  24. "exports": {
  25. ".": {
  26. "types": "./dist/index.d.ts",
  27. "import": "./dist/index.mjs"
  28. }
  29. },
  30. "dependencies": {
  31. "oxfmt": "catalog:"
  32. }
  33. }