提交学习笔记专用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
703 B

  1. {
  2. "name": "@vue/devtools-shared",
  3. "type": "module",
  4. "version": "8.0.3",
  5. "author": "webfansplz",
  6. "license": "MIT",
  7. "repository": {
  8. "directory": "packages/shared",
  9. "type": "git",
  10. "url": "git+https://github.com/vuejs/devtools.git"
  11. },
  12. "exports": {
  13. ".": {
  14. "import": "./dist/index.js",
  15. "require": "./dist/index.cjs"
  16. }
  17. },
  18. "main": "./dist/index.cjs",
  19. "module": "./dist/index.js",
  20. "files": [
  21. "dist"
  22. ],
  23. "dependencies": {
  24. "rfdc": "^1.4.1"
  25. },
  26. "devDependencies": {
  27. "@types/node": "^24.7.2"
  28. },
  29. "scripts": {
  30. "build": "tsdown",
  31. "prepare:type": "tsdown --dts-only",
  32. "stub": "tsdown --watch --onSuccess 'tsdown --dts-only'"
  33. }
  34. }