package.json 565 B

1234567891011121314151617181920212223
  1. {
  2. "name": "cn.etetet.mathematics",
  3. "displayName": "ET.Mathematics",
  4. "version": "0.0.2",
  5. "unity": "2022.3",
  6. "description": "一个对unity的mathematics包装,主要是增加对服务端dotnet的支持",
  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. "com.unity.mathematics": "1.2.6"
  18. },
  19. "publishConfig":
  20. {
  21. "registry": "https://npm.pkg.github.com/@ET-Packages"
  22. }
  23. }