{
  "name": "@glodon-aiot/minio",
  "version": "0.1.8",
  "description": "minio client for browser",
  "main": "dist/minio.js",
  "module": "dist/minio.esm.js",
  "exports": {
    ".": {
      "import": "./dist/minio.esm.js",
      "require": "./dist/minio.js"
    }
  },
  "scripts": {
    "build": "webpack --config webpack.config.js && webpack --config webpack.esm.config.js",
    "changeset": "changeset",
    "version": "changeset version",
    "pre:enter": "changeset pre enter",
    "pre:exit": "changeset pre exit",
    "release": "npm run build && npm run version &&  changeset publish",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "commit": "npm run test && yarn changeset add && git-cz",
    "prepare": "husky install"
  },
  "keywords": [
    "minio"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "dacaba",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.27.1",
    "@babel/preset-env": "^7.27.2",
    "@changesets/changelog-git": "^0.2.1",
    "@changesets/cli": "^2.29.4",
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "@types/jest": "^29.5.14",
    "babel-jest": "^30.0.0-beta.3",
    "commitizen": "^4.3.1",
    "cz-conventional-changelog": "^3.3.0",
    "cz-customizable": "^7.4.0",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "minio": "<=7.0.32",
    "node-polyfill-webpack-plugin": "^2.0.1",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-customizable"
    }
  }
}
