{ "name": "project_management", "version": "1.0.0", "description": "Project Management UI", "scripts": { "postinstall": "cd pm_app && yarn install", "dev": "cd pm_app && yarn dev", "build": "cd pm_app && yarn build" }, "license": "ISC" }