{
  "name": "@pedrohccs/gestao-empresarial",
  "version": "1.0.2",
  "description": "Módulo de Gestão Empresarial do Sistema de Licitações",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "clean": "rimraf dist"
  },
  "keywords": [
    "licitacoes",
    "gestao-empresarial",
    "microservice",
    "typescript"
  ],
  "author": "Lugar de Tech",
  "license": "MIT",
  "dependencies": {
    "@pedrohccs/shared-libs": "^1.0.0"
  },
  "peerDependencies": {
    "@supabase/supabase-js": "^2.39.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-hook-form": "^7.48.0",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/react": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.56.0",
    "jest": "^29.7.0",
    "rimraf": "^5.0.0",
    "typescript": "^5.3.0"
  },
  "publishConfig": {
    "access": "restricted"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lugardetech/licita-gestao-empresarial.git"
  }
}
