mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-06-05 18:41:58 -09:00
24 lines
515 B
JSON
24 lines
515 B
JSON
{
|
|
"name": "eaglerforgeinjector",
|
|
"version": "2.7.92",
|
|
"description": "Advanced modding API injector for unminified, unobfuscated, unsigned eaglercraft builds.",
|
|
"main": "node.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"efi": "node --max-old-space-size=16384 cli.js"
|
|
},
|
|
"bin": {
|
|
"efi": "./npx_wrapper.js"
|
|
},
|
|
"author": "EaglerForge Team",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@xmldom/xmldom": "^0.9.8"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.26.10"
|
|
}
|
|
}
|