removing cypress npm code example
Example: how to totally uninstall prettier
//This is how you remove package from your dependencies in project.json
npm uninstall --save <package_name>
//This is how you remove package from your dependencies in project.json
npm uninstall --save <package_name>