{ "name": "@freecodecamp/mobile", "version": "0.0.1", "description": "The freeCodeCamp mobile app open-source codebase", "license": "BSD-3-Clause", "private": true, "engines": { "node": ">=16", "npm": ">=8" }, "repository": { "type": "git", "url": "git+https://github.com/freeCodeCamp/mobile.git" }, "bugs": { "url": "https://github.com/freeCodeCamp/mobile/issues" }, "homepage": "https://github.com/freeCodeCamp/mobile#readme", "author": "freeCodeCamp ", "workspaces": [ "backend-api" ], "scripts": { "build:api": "cd mobile-api && npm run build", "postinstall": "cd mobile-app && flutter pub get", "develop": "npm-run-all flutter:build-runner -p develop:*", "develop:api": "cd mobile-api && npm run dev", "develop:app": "cd mobile-app && flutter run", "flutter:build-runner": "cd mobile-app && flutter pub run build_runner build --delete-conflicting-outputs", "prepare": "husky install" }, "devDependencies": { "husky": "8.0.3", "lint-staged": "13.2.3", "npm-run-all": "4.1.5", "shx": "0.3.4" } }