{ "version": "0.1.0", "private": true, "engines": { "node": ">=9.5", "yarn": "^1.3.2" }, "resolutions": { "kind-of": ">=6.0.3" }, "scripts": { "start": "cd frontend && yarn start", "build": "npm-run-all --parallel build:*", "build:frontend": "cd frontend && yarn build", "test": "npm-run-all --parallel test:*", "test:frontend": "cd frontend && yarn test", "test:backend": "cd backend && cargo test", "check": "yarn pretty:check", "check:frontend": "cd frontend && yarn pretty:check", "check:backend": "cd backend && cargo check" }, "devDependencies": { "npm-run-all": "^4.1.5" } }