patch-asar
Version:
Patch .asar archives
32 lines (31 loc) • 643 B
JSON
{
"name": "patch-asar",
"version": "0.6.4",
"description": "Patch .asar archives",
"main": "source/index.js",
"bin": "bin/patch-asar",
"type": "module",
"dependencies": {
"@electron/asar": "^3.4.1"
},
"scripts": {
"test": "node test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/L1lith/patch-asar.git"
},
"keywords": [
"patch",
"asar",
"archive",
"overwrite",
"modify"
],
"author": "L1lith",
"license": "MIT",
"bugs": {
"url": "https://github.com/L1lith/patch-asar/issues"
},
"homepage": "https://github.com/L1lith/patch-asar#readme"
}