1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00
RomPatcher.js/package.json

22 lines
597 B
JSON

{
"//" : [
"not using type:module (for now) to ensure compatibility with old both browsers and Node",
"latest chalk version works only as a ES6 module, so we force the usage of the last CommonJS compatible version"
],
"dependencies": {
"chalk": "4.1.2",
"commander": "^11.0.0"
},
"name": "rom-patcher",
"description": "A ROM patcher made in Javascript. Compatible with IPS, BPS, APS, UPS and more formats.",
"version": "3.0.0",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"bin": {
"RomPatcher": "./index.js"
},
"author": "Marc Robledo",
"license": "MIT"
}