How can I edit the version property of the package.json for a node-red project?
There are options to edit the dependency part from the UI/Editor
{
"name": "proj1",
"description": "abcd",
"version": "0.0.1",
"dependencies": {
"node-red-contrib-xx": "yyy"
}
}