package.json 942 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "@antv/g-plugin-dom-interaction",
  3. "version": "1.7.52",
  4. "description": "A G plugin",
  5. "keywords": [
  6. "antv",
  7. "g"
  8. ],
  9. "homepage": "https://github.com/antvis/g#readme",
  10. "bugs": {
  11. "url": "https://github.com/antvis/g/issues"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/antvis/g.git"
  16. },
  17. "license": "MIT",
  18. "author": "https://github.com/orgs/antvis/people",
  19. "main": "dist/index.js",
  20. "unpkg": "dist/index.umd.min.js",
  21. "module": "dist/index.esm.js",
  22. "types": "dist/index.d.ts",
  23. "files": [
  24. "package.json",
  25. "dist",
  26. "LICENSE",
  27. "README.md"
  28. ],
  29. "scripts": {
  30. "sync": "tnpm sync"
  31. },
  32. "dependencies": {
  33. "tslib": "^2.3.1"
  34. },
  35. "devDependencies": {
  36. "@types/jest": "^25.0.0"
  37. },
  38. "peerDependencies": {
  39. "@antv/g-lite": "^1.0.0"
  40. },
  41. "publishConfig": {
  42. "access": "public"
  43. },
  44. "gitHead": "09b3114354c305562668f22159d9cc35d56c813a"
  45. }