ibm-functions / runtime-nodejs

IBM Cloud Functions NodeJS Runtime
Other
15 stars 18 forks source link

Add @hapi/joi as pre-installed package in the Node.js version 16 environment #261

Open niightly opened 1 year ago

niightly commented 1 year ago

The module https://www.npmjs.com/package/joi is a great addition to be there in the default modules list, since it is very power in JSON validation and integrates perfectly with the node, also the community is very active and helpful.

is there any possibility of this? I can send the PR if needed