Spaces:
Running
Running
File size: 1,016 Bytes
7fe631a 803d604 7fe631a 803d604 7fe631a 803d604 7fe631a 803d604 7fe631a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"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"
}
} |