package.json 408 B

12345678910111213141516
  1. {
  2. "name": "cn.etetet.memorypack",
  3. "displayName": "ET.MemoryPack",
  4. "unity": "2022.3",
  5. "author": {
  6. "name": "tanghai",
  7. "url": "https://github.com/egametang/ET"
  8. },
  9. "version": "1.10.0",
  10. "description": "Copy From https://github.com/Cysharp/MemoryPack",
  11. "keywords": [ "Serialization" ],
  12. "license": "MIT",
  13. "publishConfig": {
  14. "registry": "https://npm.pkg.github.com/@ET-Packages"
  15. }
  16. }