{ "name": "demonpatcher", "version": "0.1.0", "description": "Patch with the Power of Satan 😈😈😈", "main": "dist/patcher.js", "scripts": { "build": "flow-copy-source src dist && rollup --config rollup.config.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" } }