You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
673 B

{
"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"
}
}