mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
19 lines
501 B
JSON
19 lines
501 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.",
|
|
"version": "3.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"author": "Marc Robledo",
|
|
"license": "MIT"
|
|
}
|