1
0

package.json 515 B

12345678910111213141516171819202122
  1. {
  2. "name": "@vben/icons",
  3. "version": "5.5.4",
  4. "homepage": "https://github.com/vbenjs/vue-vben-admin",
  5. "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
  9. "directory": "packages/icons"
  10. },
  11. "license": "MIT",
  12. "type": "module",
  13. "exports": {
  14. ".": {
  15. "types": "./src/index.ts",
  16. "default": "./src/index.ts"
  17. }
  18. },
  19. "dependencies": {
  20. "@vben-core/icons": "workspace:*"
  21. }
  22. }