14 lines
455 B
JSON
14 lines
455 B
JSON
{
|
|
"name": "app",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build:production": "cd ./frontend && yarn install && yarn run build && rm -rf ./node_modules && cd ../backend && yarn install",
|
|
"start:production": "cd ./backend && NODE_ENV=production yarn start"
|
|
},
|
|
"description": "- Frontend: [React.js](https://flatlogic.com/templates?framework%5B%5D=react&sort=default)",
|
|
"main": "index.js",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|