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.

23 lines
528 B

{
"name": "demoncord-GrammarNazi",
"version": "1.0.0",
"description": "h",
"main": "src/index.js",
"scripts": {
"build": "rollup --config rollup.config.js"
},
"author": "Drake",
"license": "0BSD",
"devDependencies": {
"esbuild": "^0.14.11",
"rollup": "^2.63.0",
"rollup-plugin-esbuild": "^4.8.2",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-uglify": "^6.0.4",
"terser": "^5.10.0",
"uglify-js": "^3.14.5",
"uglifyjs": "^2.4.11"
}
}