package.json 838 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@vben/lint-staged-config",
  3. "version": "1.0.0",
  4. "private": true,
  5. "type": "module",
  6. "license": "MIT",
  7. "homepage": "https://github.com/vbenjs/vue-vben-admin",
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
  11. "directory": "internal/lint-configs/lint-staged-config"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/vbenjs/vue-vben-admin/issues"
  15. },
  16. "scripts": {
  17. "stub": "pnpm unbuild --stub"
  18. },
  19. "files": [
  20. "dist"
  21. ],
  22. "main": "./dist/index.mjs",
  23. "module": "./dist/index.mjs",
  24. "types": "./dist/index.d.ts",
  25. "imports": {
  26. "#*": "./src/*"
  27. },
  28. "exports": {
  29. ".": {
  30. "types": "./dist/index.d.ts",
  31. "import": "./dist/index.mjs",
  32. "default": "./dist/index.mjs"
  33. }
  34. },
  35. "dependencies": {
  36. "lint-staged": "15.2.2"
  37. }
  38. }