{
  "name": "com.kagekirin.unitymathematics.schemas",
  "version": "0.1.0",
  "license": "",
  "displayName": "unitymathematics.schemas",
  "description": "FlatBuffer schemas for Unity.Mathematics types",
  "unity": "2022.3",
  "dotnetframework": "netstandard2.1",
  "homepage": "https://github.com/KageKirin/Unity.Mathematics.Schemas",
  "author": {
    "name": "Chris",
    "email": "",
    "url": ""
  },
  "contributors": [
    {
      "name": "'KageKirin'",
      "email": "",
      "url": ""
    },
    {
      "name": "Helmich",
      "email": "",
      "url": ""
    }
  ],
  "files": [
    "**.meta",
    "**.dll",
    "**.xml",
    "**.md",
    "UnityMathematics.Schemas/lib/netstandard2.1/Unity.Mathematics.Schemas.dll",
    "UnityMathematics.Schemas/README.md",
    "UnityMathematics.Schemas/LICENSE",
    "UnityMathematics.Schemas/CHANGELOG.md",
    "UnityMathematics.Schemas/Icon.png",
    "README.md",
    "LICENSE.md",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "external.jamescourtney.flatsharp.runtime": "7.8.0",
    "com.unity.mathematics": "1.3.2"
  },
  "devDependencies": {
    "NuGettier": "0.4.16+c6c6e46794fb522e40cf28c5ceccabe0607359f5"
  },
  "keywords": [
    "Unity",
    "Mathematics",
    "Schema",
    "FlatBuffer",
    "FlatSharp"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/KageKirin/Unity.Mathematics.Schemas",
    "directory": "unitymathematics.schemas"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}