{
  "name": "@waygest/vertical-app-kit",
  "version": "0.1.0",
  "description": "Shell tipológico + providers (sem chrome ERP) — ADR-0119",
  "license": "UNLICENSED",
  "publishConfig": { "registry": "https://npm.pkg.github.com", "access": "restricted" },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": ["dist"],
  "scripts": {
    "build": "tsup"
  },
  "peerDependencies": {
    "react": "^18.3.0",
    "react-dom": "^18.3.0",
    "next": "^14.2.0",
    "antd": "^5.20.0",
    "axios": "^1.20.0",
    "@tanstack/react-query": "^5.28.0"
  },
  "dependencies": {
    "@waygest/api-tenant": "0.1.0",
    "@waygest/auth-session": "0.1.0",
    "@waygest/vertical-shared": "0.1.0"
  },
  "devDependencies": {
    "@types/react": "^18.3.3",
    "typescript": "^5.4.0",
    "tsup": "^8.5.1"
  }
}
