{
  "name": "medusa-plugin-bling",
  "version": "3.2.3",
  "description": "Official MedusaJS v2.3+ plugin for Bling ERP integration - Complete Brazilian e-commerce solution with OAuth, Admin UI, Workflows, and Real-time Sync",
  "main": ".medusa/server/src/index.js",
  "types": ".medusa/server/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./.medusa/server/src/index.d.ts",
      "import": "./.medusa/server/src/index.mjs",
      "require": "./.medusa/server/src/index.js",
      "default": "./.medusa/server/src/index.js"
    },
    "./package.json": "./package.json",
    "./admin": {
      "import": "./.medusa/server/src/admin/index.mjs",
      "require": "./.medusa/server/src/admin/index.js",
      "default": "./.medusa/server/src/admin/index.js"
    },
    "./api": "./.medusa/server/api",
    "./api/*": "./.medusa/server/api/*",
    "./*": "./.medusa/server/src/*.js"
  },
  "scripts": {
    "build": "medusa plugin:build",
    "dev": "medusa plugin:develop",
    "clean": "rm -rf .medusa dist",
    "lint": "eslint \"src/**/*.{ts,tsx}\"",
    "lint:fix": "npm run lint -- --fix",
    "format": "prettier --check \"src/**/*.{ts,tsx,js,json}\"",
    "format:fix": "prettier --write \"src/**/*.{ts,tsx,js,json}\"",
    "typecheck": "tsc --noEmit",
    "prepare": "pnpm run build"
  },
  "keywords": [
    "medusajs",
    "medusa-v2",
    "medusa-plugin",
    "medusa-plugin-integration",
    "bling",
    "bling-api-v3",
    "erp",
    "brazil",
    "e-commerce",
    "integration",
    "nfe",
    "webhook",
    "oauth",
    "oauth2",
    "sync",
    "inventory",
    "products",
    "orders",
    "admin-ui",
    "workflows",
    "typescript"
  ],
  "author": "Erick Couto <ecouto@users.noreply.github.com>",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=9.0.0"
  },
  "peerDependencies": {
    "@medusajs/framework": "^2.3.0",
    "@medusajs/ui": "^4.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-router-dom": "^6.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": false
    },
    "react-dom": {
      "optional": false
    }
  },
  "dependencies": {
    "@hookform/resolvers": "^3.9.0",
    "@medusajs/utils": "^1.11.11",
    "@mikro-orm/core": "^6.4.3",
    "@mikro-orm/migrations": "^6.4.3",
    "@mikro-orm/postgresql": "^6.4.3",
    "@types/lodash": "^4.17.7",
    "awilix": "^8.0.1",
    "axios": "^1.6.8",
    "date-fns": "^3.6.0",
    "ioredis": "^5.4.1",
    "lodash": "^4.17.21",
    "medusa-react": "^2.0.0",
    "react-hook-form": "^7.52.1",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@medusajs/admin-sdk": "2.10.4-preview-20251008120206",
    "@medusajs/cli": "^2.10.3",
    "@medusajs/types": "^2.10.3",
    "@semantic-release/changelog": "^6.0.0",
    "@semantic-release/git": "^10.0.0",
    "@semantic-release/github": "^9.0.0",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.14.12",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@types/supertest": "^6.0.2",
    "@typescript-eslint/eslint-plugin": "^7.16.1",
    "@typescript-eslint/parser": "^7.16.1",
    "conventional-changelog-conventionalcommits": "^6.1.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "jest": "^29.7.0",
    "nock": "^13.5.4",
    "prettier": "^3.3.3",
    "semantic-release": "^21.0.0",
    "supertest": "^7.0.0",
    "ts-jest": "^29.2.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.4"
  },
  "files": [
    ".medusa/server"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ecouto/medusa-plugin-bling.git"
  },
  "bugs": {
    "url": "https://github.com/ecouto/medusa-plugin-bling/issues"
  },
  "homepage": "https://github.com/ecouto/medusa-plugin-bling#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "release": {
    "branches": [
      "main"
    ]
  },
  "medusa": {
    "name": "medusa-plugin-bling",
    "description": "Bling ERP integration for MedusaJS v2",
    "admin": {
      "routes": [
        "admin/routes/**"
      ],
      "settings": [
        "admin/settings/**"
      ],
      "widgets": [
        "admin/widgets/**"
      ]
    }
  },
  "packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}
