ibex-dashboard/package.json

18 строки
451 B
JSON

{
"name": "ibex-dashboard",
"version": "1.3.0",
"private": true,
"dependencies": {
"npm-run-all": "^4.0.2"
},
"scripts": {
"build": "cd client && yarn build",
"start": "node server",
"start:client": "cd client && yarn start",
"start:server": "cd server && yarn start",
"start:dev": "npm-run-all -p start:client start:server",
"postinstall": "cd client && yarn && cd ../server && yarn"
},
"license": "MIT"
}