{
  "name": "skilloptix",
  "version": "1.0.0",
  "description": "SkillOptix - A platform for talent hiring",
  "main": "app.js",
  "type": "commonjs",
  "scripts": {
    "start": "node app.js",
    "dev": "node --watch app.js"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "dependencies": {
    "express": "^4.19.2"
  },
  "author": "",
  "license": "MIT"
}
