package.json 1011 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "@antv/g-plugin-dragndrop",
  3. "version": "1.6.51",
  4. "description": "A G plugin for Drag n Drop implemented with PointerEvents",
  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. "@antv/util": "^3.3.1",
  34. "tslib": "^2.3.1"
  35. },
  36. "devDependencies": {
  37. "@types/jest": "^25.0.0"
  38. },
  39. "peerDependencies": {
  40. "@antv/g-lite": "^1.0.0"
  41. },
  42. "publishConfig": {
  43. "access": "public"
  44. },
  45. "gitHead": "09b3114354c305562668f22159d9cc35d56c813a"
  46. }