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
2024-08-09 19:30:49 +02:00

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"
}