modular-avatar/package.json
bd_ d297cf1cad
feat(error): Integrate with NDMF error reporting and localization system (#570)
* chore(i18n): initial integration with NDMF localization system

* feat(error): integrate with NDMF error reporting framework

Note that as part of this, the pre-build validation system has been disabled for now.
It didn't work very well with other NDMF plugins in the first place, so it's probably
for the best...

* chore: fix u2019 build errors
2023-12-21 17:38:46 +09:00

22 lines
607 B
JSON

{
"name": "nadena.dev.modular-avatar",
"displayName": "Modular Avatar",
"version": "1.8.4",
"unity": "2019.4",
"description": "A suite of tools for assembling your avatar out of reusable components",
"author": {
"name": "bd_",
"email": "bd_@nadena.dev",
"url": "https://github.com/bdunderscore/modular-avatar"
},
"url": "https://m-a.nadena.dev",
"repo": "https://vpm.nadena.dev/vpm.json",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0"
},
"vpmDependencies": {
"com.vrchat.avatars": ">=3.2.0",
"nadena.dev.ndmf": ">=1.3.0-alpha.0 <2.0.0-a"
}
}