2026-06-11 19:56:20 +05:30

12 lines
262 B
JSON

{
"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"
}