Create package.json

This commit is contained in:
Felipe Domingues 2026-03-25 19:48:38 -03:00 committed by GitHub
commit 721683e1ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "sicredi-mtls-proxy",
"version": "1.0.0",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.21.0"
}
}