{ "name": "BioNexus-Hub", "version": "1.0.0", "description": "A lightweight, regional-to-global digital nexus that connects policymakers, companies, researchers, civil society and communities to accelerate bioeconomy solutions that reduce food loss & waste (FLW) and catalyse circular agrifood-system transformation.", "main": "index.js", "scripts": { "dev": "concurrently \"npm run dev:client\" \"npm run dev:server\"", "dev:client": "cd client && npm run dev", "dev:server": "cd server && npm run dev", "build": "concurrently \"npm run build:client\" \"npm run build:server\"", "build:client": "cd client && npm run build", "build:server": "cd server && npm run build", "start": "concurrently \"npm run start:client\" \"npm run start:server\"", "start:client": "cd client && npm start", "start:server": "cd server && npm start", "test": "echo \"Error: no test specified\" && exit 1" }, "private": true, "devDependencies": { "concurrently": "^8.2.0" } }