package.json 907 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@antv/g-dom-mutation-observer-api",
  3. "version": "1.0.38",
  4. "description": "A simple implementation of DOM MutationObserver API.",
  5. "keywords": [
  6. "antv",
  7. "g",
  8. "rendering engine"
  9. ],
  10. "homepage": "https://github.com/antvis/g#readme",
  11. "bugs": {
  12. "url": "https://github.com/antvis/g/issues"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/antvis/g.git"
  17. },
  18. "license": "MIT",
  19. "author": "https://github.com/orgs/antvis/people",
  20. "main": "dist/index.js",
  21. "unpkg": "dist/index.umd.min.js",
  22. "module": "dist/index.esm.js",
  23. "types": "dist/index.d.ts",
  24. "files": [
  25. "package.json",
  26. "dist",
  27. "LICENSE",
  28. "README.md"
  29. ],
  30. "scripts": {
  31. "sync": "tnpm sync"
  32. },
  33. "peerDependencies": {
  34. "@antv/g-lite": "^1.0.0"
  35. },
  36. "publishConfig": {
  37. "access": "public"
  38. },
  39. "gitHead": "53932c66ed9f2cbc28993e1e359c8df27703fc52"
  40. }