z3r-patch
Version:
A JS module for patching ALTTPR seeds
38 lines (37 loc) • 750 B
JSON
{
"name": "z3r-patch",
"version": "1.0.4",
"description": "A JS module for patching ALTTPR seeds",
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"zelda",
"snes",
"alttpr",
"alttp",
"z3r",
"randomizer",
"romhacking"
],
"repository": {
"url": "https://github.com/JaxxyIV/z3r-patch.git",
"type": "git"
},
"engines": {
"node": ">=18.0.0"
},
"author": {
"name": "Jaxxy",
"url": "https://github.com/JaxxyIV"
},
"license": "MIT",
"dependencies": {
"@jaxxy/z3pr": "^1.0.2",
"bps": "^2.0.1",
"center-align": "^1.0.1"
}
}