package.json 725 B

1234567891011121314151617181920212223242526272829303132
  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. "stub": "pnpm exec tsdown"
  16. },
  17. "files": [
  18. "dist"
  19. ],
  20. "main": "./dist/index.mjs",
  21. "module": "./dist/index.mjs",
  22. "types": "./dist/index.d.ts",
  23. "exports": {
  24. ".": {
  25. "types": "./dist/index.d.ts",
  26. "import": "./dist/index.mjs"
  27. }
  28. },
  29. "dependencies": {
  30. "oxfmt": "catalog:"
  31. }
  32. }