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.

18 lines
378 B

{
"name": "demoncord-plugin-template",
"version": "1.0.0",
"description": "demoncord plugin template",
"main": "src/index.js",
"scripts": {
"build": "rollup --config rollup.config.js"
},
"author": "Drake",
"license": "0BSD",
"devDependencies": {
"rollup": "^2.63.0",
"terser": "^5.10.0",
"uglify-js": "^3.14.5",
"uglifyjs": "^2.4.11"
}
}