{
  "name": "matching-pro",
  "version": "1.0.0",
  "description": "Matching Pro - Full Stack Application",
  "scripts": {
    "build": "npm run build:api && npm run build:frontend",
    "build:api": "cd api && npm run build",
    "build:frontend": "cd front && npm run build",
    "dev:api": "cd api && npm run dev",
    "dev:frontend": "cd front && npm run dev",
    "start:api": "cd api && npm start",
    "install:all": "npm install && cd api && npm install && cd ../front && npm install",
    "migrate": "cd api && node ace migration:run"
  },
  "keywords": [
    "matching",
    "adonisjs",
    "react",
    "typescript"
  ],
  "author": "",
  "license": "UNLICENSED",
  "devDependencies": {
    "@types/node": "^24.2.0"
  }
}
