UNPKG

demonpatcher

Version:

Patch with the Power of Satan 😈😈😈

33 lines • 945 B
{ "name": "demonpatcher", "version": "0.1.0", "description": "Patch with the Power of Satan 😈😈😈", "main": "dist/patcher.js", "repository": { "type": "git", "url": "https://git.ruthenic.com" }, "author": "ruthenic", "license": "BSD-3-Clause", "keywords": [ "patcher", "patch", "demon", "devil", "satan", "serious", "hazbin", "hotel", "hell" ], "devDependencies": { "flow-copy-source": "^2.0.9", "rollup": "^2.63.0", "rollup-plugin-flow": "^1.1.1", "rollup-plugin-uglify": "^6.0.4" }, "scripts": { "build": "flow-copy-source src dist && rollup --config rollup.config.js" }, "readme": "# demonpatcher\nPatch with the Power of Satan 😈😈😈\n\n## how to use\n1. Don't \n2. Profit\n\n## okay but how do i actually use it\nokay fine\n- `monkeyPatch(\"name\", parentObject, {before: (args)=>{}, instead: (orig, args), after: (args, res)})`\n" }