{
  "name": "@prestashopcorp/billing-cdc",
  "version": "0.0.57-1",
  "description": "Cross domain component for the billing UI app",
  "main": "dist/bundle.umd.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/*",
    "package.json",
    "README.md"
  ],
  "license": "MIT",
  "author": "PrestaShopCorp <takeshi.daveau@prestashop.com>",
  "scripts": {
    "build:doc": "typedoc --excludeInternal --disableSources --out dist/docs src",
    "start:doc": "typedoc --excludeInternal --disableSources --watch --out docs src",
    "serve:doc": "concurrently \"yarn start:doc\" \"serve ./docs/ -p 8085\" \"open http://localhost:8085\"",
    "start:dev": "concurrently --kill-others \"webpack -w --mode=development\" \"serve ./dist/ -p 9000\"",
    "build": "rimraf dist/ && webpack --mode=production && yarn build:doc",
    "lint": "eslint src/*",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test:cov": "vitest run --coverage"
  },
  "lint-staged": {
    "src/**/*.{js,jsx,ts,tsx}": "eslint"
  },
  "dependencies": {
    "belter": "^1.0.173",
    "jsx-pragmatic": "^2.0.20",
    "zoid": "9.0.86"
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/node": "^7.15.4",
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@types/jest": "^29.5.10",
    "@types/node": "^20.5.7",
    "@typescript-eslint/eslint-plugin": "^5.53.0",
    "@typescript-eslint/parser": "^5.53.0",
    "@vitest/coverage-istanbul": "^0.34.3",
    "@vitest/ui": "^0.34.3",
    "concurrently": "^6.2.1",
    "dotenv-webpack": "^7.0.3",
    "eslint": "^8.34.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jsdom": "^22.1.0",
    "lint-staged": "^11.1.2",
    "prettier": "^2.8.4",
    "rimraf": "^3.0.2",
    "serve": "^12.0.1",
    "ts-loader": "^9.2.5",
    "tsconfig-paths": "^4.2.0",
    "tsconfig-paths-webpack-plugin": "^4.1.0",
    "typedoc": "^0.24.8",
    "typescript": "^4.9.5",
    "vitest": "^0.34.3",
    "webpack": "^5.52.0",
    "webpack-cli": "^4.8.0",
    "webpack-nano": "^1.1.1"
  },
  "engines": {
    "node": ">=22"
  },
  "volta": {
    "node": "22.13.1"
  }
}
