Best Workflow for Developing Plugins on Node.JS

While Ghata is great tool to develop Plugins in browser without any Node.JS knowledge, but for more sophisticated plugins Node.JS gives higher flexibility.

Also, I like to have some sample package.json to be able to use:

npm run develop
npm run release
npm run publish

https://tiddlywiki.com/dev/#Using%20ES2016%20for%20Writing%20Plugins:[[Using%20ES2016%20for%20Writing%20Plugins]]%20HelloThere%20Introduction

Thank you! It seems this solution needs JS.