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.

27 lines
694 B

{
"name": "demoncord",
"version": "0.0.1-indev",
"description": "a devilesque client mod 😈",
"main": "src/index.js",
"scripts": {
"build": "rollup --config rollup.config.js",
"flow": "flow"
},
"author": "Drake",
"license": "BSD-3-Clause",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"demonpatcher": "^0.1.0",
"esbuild": "^0.14.11",
"flow-bin": "^0.169.0",
"flow-remove-types": "^2.169.0",
"idb-keyval": "^6.0.3",
"rollup": "^2.63.0",
"rollup-plugin-esbuild": "^4.8.2",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-uglify": "^6.0.4",
"simian": "^1.4.3"
}
}