package.json 969 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "@antv/g-web-animations-api",
  3. "version": "1.0.39",
  4. "description": "A simple implementation of Web Animations 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. "sideEffects": true,
  21. "main": "dist/index.js",
  22. "unpkg": "dist/index.umd.min.js",
  23. "module": "dist/index.esm.js",
  24. "types": "dist/index.d.ts",
  25. "files": [
  26. "package.json",
  27. "dist",
  28. "LICENSE",
  29. "README.md"
  30. ],
  31. "scripts": {
  32. "sync": "tnpm sync"
  33. },
  34. "dependencies": {
  35. "@antv/util": "^3.3.1"
  36. },
  37. "peerDependencies": {
  38. "@antv/g-lite": "^1.0.0"
  39. },
  40. "publishConfig": {
  41. "access": "public"
  42. },
  43. "gitHead": "53932c66ed9f2cbc28993e1e359c8df27703fc52"
  44. }