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

added needed data for npm module publishing

This commit is contained in:
Marc 2024-10-08 13:18:55 +02:00
parent 192be24951
commit a4cead0515
3 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#! /usr/bin/env node #!/usr/bin/env node
/* /*
CLI implementation for Rom Patcher JS CLI implementation for Rom Patcher JS

View file

@ -8,12 +8,15 @@
"commander": "^11.0.0" "commander": "^11.0.0"
}, },
"name": "rom-patcher", "name": "rom-patcher",
"description": "A ROM patcher made in Javascript.", "description": "A ROM patcher made in Javascript. Compatible with IPS, BPS, APS, UPS and more formats.",
"version": "3.0.0", "version": "3.0.0",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "node test.js" "test": "node test.js"
}, },
"bin": {
"RomPatcher": "./index.js"
},
"author": "Marc Robledo", "author": "Marc Robledo",
"license": "MIT" "license": "MIT"
} }

View file

@ -1,3 +1,5 @@
#!/usr/bin/env node
/* /*
Test battery for Rom Patcher JS Test battery for Rom Patcher JS
https://github.com/marcrobledo/RomPatcher.js https://github.com/marcrobledo/RomPatcher.js