package.json 583 B

123456789101112131415161718192021222324
  1. {
  2. "name": "cn.etetet.actorlocation",
  3. "displayName": "ET.ActorLocation",
  4. "version": "2.0.1",
  5. "unity": "2022.3",
  6. "description": "实现了actor location机制",
  7. "author": {
  8. "name": "tanghai",
  9. "url": "https://github.com/egametang/ET"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/egametang/ET"
  14. },
  15. "relatedPackages": {},
  16. "dependencies": {
  17. "cn.etetet.core": "2.0.0",
  18. "cn.etetet.netinner": "2.0.1",
  19. "cn.etetet.startconfig": "2.0.1"
  20. },
  21. "publishConfig": {
  22. "registry": "https://npm.pkg.github.com/@ET-Packages"
  23. }
  24. }