1
0

package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "@vben/node-utils",
  3. "version": "5.5.4",
  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/node-utils"
  11. },
  12. "license": "MIT",
  13. "type": "module",
  14. "scripts": {
  15. "stub": "pnpm unbuild --stub"
  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": "./src/index.ts",
  26. "import": "./dist/index.mjs",
  27. "default": "./dist/index.mjs"
  28. }
  29. },
  30. "dependencies": {
  31. "@changesets/git": "catalog:",
  32. "@manypkg/get-packages": "catalog:",
  33. "chalk": "catalog:",
  34. "consola": "catalog:",
  35. "dayjs": "catalog:",
  36. "execa": "catalog:",
  37. "find-up": "catalog:",
  38. "ora": "catalog:",
  39. "pkg-types": "catalog:",
  40. "prettier": "catalog:",
  41. "rimraf": "catalog:"
  42. }
  43. }