{
"name": "@lazarv/react-server-example-env",
"private": true,
"description": "@lazarv/react-server Environment Variables example application",
"keywords": [],
"license": "ISC",
"author": "",
"scripts": {
"dev": "REACT_SERVER_VALUE=1 react-server ./App.jsx",
"build": "REACT_SERVER_VALUE=1 react-server build ./App.jsx",
"start": "react-server start"
},
"dependencies": {
"@lazarv/react-server": "workspace:^"
}
}