UNPKG

fxrjson

Version:

Convert FXR files from Dark Souls 3, Sekiro, Elden Ring, and Armored Core 6 to and from JSON.

30 lines (29 loc) 649 B
{ "name": "fxrjson", "version": "26.0.0", "description": "Convert FXR files from Dark Souls 3, Sekiro, Elden Ring, and Armored Core 6 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": "^26.0.1", "cli-select": "^1.1.2", "fabulous-json": "^1.0.2", "rage-edit": "^1.2.0" } }