by default, jq gives you the value of a string json property within quotes. To avoid that the “-r” option is applied
jq -r ".stack" ./node_modules/@werm-fw-templates/$service/package.json`
by default, jq gives you the value of a string json property within quotes. To avoid that the “-r” option is applied
jq -r ".stack" ./node_modules/@werm-fw-templates/$service/package.json`