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:
parent
192be24951
commit
a4cead0515
3 changed files with 7 additions and 2 deletions
2
index.js
2
index.js
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env node
|
||||
#!/usr/bin/env node
|
||||
|
||||
/*
|
||||
CLI implementation for Rom Patcher JS
|
||||
|
|
|
@ -8,12 +8,15 @@
|
|||
"commander": "^11.0.0"
|
||||
},
|
||||
"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",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"bin": {
|
||||
"RomPatcher": "./index.js"
|
||||
},
|
||||
"author": "Marc Robledo",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
2
test.js
2
test.js
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
/*
|
||||
Test battery for Rom Patcher JS
|
||||
https://github.com/marcrobledo/RomPatcher.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue