package.json 679 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "@repo/x6-plugin-selection",
  3. "version": "2.2.2",
  4. "private": true,
  5. "module": "src/index.ts",
  6. "files": [
  7. "src"
  8. ],
  9. "keywords": [
  10. "plugin",
  11. "selection",
  12. "x6",
  13. "antv"
  14. ],
  15. "author": {
  16. "name": "bubkoo",
  17. "email": "bubkoo.wy@gmail.com"
  18. },
  19. "license": "MIT",
  20. "homepage": "https://x6.antv.antgroup.com/tutorial/plugins/selection",
  21. "bugs": {
  22. "url": "https://github.com/antvis/x6/issues"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/antvis/x6.git",
  27. "directory": "packages/x6-plugin-selection"
  28. },
  29. "publishConfig": {
  30. "access": "public",
  31. "registry": "https://registry.npmjs.org"
  32. }
  33. }