I am using NPM as package manager.
These are the dependencies of my project:
"dependencies": {
"litepicker": "2.0.11",
"moment": "2.29.1"
}
I wanted to get litepicker.js and moment.js to my src/ folder automatically.
What's the best way of doing this?