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.
demoncord-rewrite/package.json

25 lines
655 B

{
"name": "demoncord-rewrite",
"version": "0.0.1",
"description": "A client mod for sinners.",
"main": "src/index.js",
"scripts": {
"build": "rollup --config rollup.config.js",
"watch": "rollup --config rollup.config.js --watch"
},
"author": "Drake",
"license": "BSD-3-Clause",
"dependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-sucrase": "^4.0.4",
"idb-keyval": "^6.1.0",
"nests": "^2.3.1",
"rollup": "^2.73.0",
"rollup-plugin-swc": "^0.2.1",
"rollup-plugin-uglify": "^6.0.4",
"spitroast": "^1.4.2",
"uglify-js": "^3.15.5"
}
}