I have in package.json (NOT BASH, NOT SH, NOT ZSHELL, NOT FISH).
So after we established the fact that this is my package.json file, let me present it to you:
package.json
"scripts": {
"dev": "NODE_ENV=myValue myProgram"
}
I want to add more vars (e.g. MYVAR=myOtherValue
) to above file, which is my package.json file. How can I do that (adding more vars to my package.json file)?
Let me be clear that I do not want to read the manpage of bash or zshell, or fish, or sh. This is why I put the question in here and did not read the manpage - otherwise I would not put it here and would have read the manpage. Thank you for understanding.