{
  "name": "external.chris.kagekirin.helmich.unitymathematics.text.json.objectnotation",
  "version": "0.1.0",
  "license": "",
  "displayName": "unitymathematics.text.json.objectnotation",
  "description": "System.Text.Json serializers for Unity.Mathematics types, serializing data as objects",
  "unity": "2022.3",
  "dotnetframework": "netstandard2.1",
  "homepage": "https://github.com/KageKirin/Unity.Mathematics.Text.Json",
  "author": {
    "name": "Chris",
    "email": "",
    "url": ""
  },
  "contributors": [
    {
      "name": "'KageKirin'",
      "email": "",
      "url": ""
    },
    {
      "name": "Helmich",
      "email": "",
      "url": ""
    }
  ],
  "files": [
    "**.meta",
    "**.dll",
    "**.xml",
    "**.md",
    "UnityMathematics.Text.Json.ObjectNotation/lib/netstandard2.1/Unity.Mathematics.Text.Json.ObjectNotation.dll",
    "UnityMathematics.Text.Json.ObjectNotation/README.md",
    "UnityMathematics.Text.Json.ObjectNotation/LICENSE",
    "UnityMathematics.Text.Json.ObjectNotation/CHANGELOG.md",
    "UnityMathematics.Text.Json.ObjectNotation/IconObjectNotation.png",
    "README.md",
    "LICENSE.md",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "com.unity.mathematics": "1.3.2"
  },
  "devDependencies": {
    "NuGettier": "0.4.16+c6c6e46794fb522e40cf28c5ceccabe0607359f5"
  },
  "keywords": [
    "Unity",
    "Mathematics",
    "System.Text.Json",
    "Json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/KageKirin/Unity.Mathematics.Text.Json",
    "directory": "unitymathematics.text.json.objectnotation"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}