{
  "name": "@mia-platform/console-sdk-vite-helpers",
  "version": "0.0.146",
  "license": "Apache-2.0",
  "main": "./build/index.js",
  "typings": "./build/index.d.ts",
  "module": "./build/index.js",
  "dependencies": {
    "vite-plugin-qiankun": "1.0.15",
    "@mia-platform/console-sdk-microfrontend": "0.2.106"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/jsdom": "21.1.7",
    "@typescript-eslint/eslint-plugin": "^7.13.0",
    "@typescript-eslint/parser": "^7.17.0",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "jsdom": "^24.1.0",
    "ts-jest": "^29.2.3",
    "typescript": "^5.6.3"
  },
  "engines": {
    "node": ">=v18.18.2"
  },
  "homepage": "https://github.com/mia-platform/console-sdk-microfrontend#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mia-platform/console-sdk.git",
    "directory": "packages/console-sdk-vite-helpers"
  },
  "bugs": {
    "url": "https://github.com/mia-platform/console-sdk-microfrontend/issues"
  },
  "jest": {
    "preset": "ts-jest",
    "modulePathIgnorePatterns": [
      "<rootDir>/build"
    ],
    "testMatch": [
      "**/__tests__/**/*.+(ts)",
      "**/?(*.)+(spec|test).+(ts)"
    ]
  },
  "scripts": {
    "preinstall": "npx only-allow pnpm",
    "build": "rm -rf ./build && tsc --build",
    "lint": "eslint . --ext .ts",
    "test": "jest --coverage",
    "unit": "jest"
  }
}