package.json 980 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "@antv/g-camera-api",
  3. "version": "1.0.40",
  4. "description": "A simple implementation of Camera 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. "gl-matrix": "^3.1.0"
  37. },
  38. "peerDependencies": {
  39. "@antv/g-lite": "^1.0.0"
  40. },
  41. "publishConfig": {
  42. "access": "public"
  43. },
  44. "gitHead": "53932c66ed9f2cbc28993e1e359c8df27703fc52"
  45. }