fxrjson
Version:
Convert FXR files from most of the modern FromSoftware games to and from JSON.
30 lines (29 loc) • 634 B
JSON
{
"name": "fxrjson",
"version": "31.0.0",
"description": "Convert FXR files from most of the modern FromSoftware games to and from JSON.",
"type": "module",
"bin": {
"fxrjson": "fxrjson.js"
},
"author": "CCCode",
"license": "Unlicense",
"keywords": [
"json",
"souls",
"modding"
],
"repository": {
"type": "git",
"url": "git+https://github.com/EvenTorset/fxrjson.git"
},
"bugs": {
"url": "https://github.com/EvenTorset/fxrjson/issues"
},
"dependencies": {
"@cccode/fxr": "^31.0.0",
"cli-select": "^1.1.2",
"fabulous-json": "^1.0.3",
"rage-edit": "^1.2.0"
}
}