{
  "name": "plantae",
  "version": "0.3.3",
  "repository": {
    "type": "git",
    "url": "https://github.com/daangn/plantae.git",
    "directory": "packages/plantae"
  },
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./axios": {
      "types": "./dist/axios/index.d.ts",
      "require": "./dist/axios/index.js",
      "import": "./dist/axios/index.mjs"
    },
    "./ky": {
      "types": "./dist/ky/index.d.ts",
      "require": "./dist/ky/index.js",
      "import": "./dist/ky/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "scripts": {
    "build": "nanobundle build",
    "clean": "nanobundle clean",
    "test": "vitest"
  },
  "devDependencies": {
    "@vitest/browser": "beta",
    "axios": "^1",
    "ky": "^1.0.1",
    "msw": "^2.0.7",
    "nanobundle": "^1.5.0",
    "rimraf": "^4.4.0",
    "typescript": "^5.1.3",
    "vitest": "beta",
    "webdriverio": "^8.23.1"
  },
  "peerDependencies": {
    "axios": "^1",
    "ky": ">=0.16.0"
  },
  "peerDependenciesMeta": {
    "axios": {
      "optional": true
    },
    "ky": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "msw": {
    "workerDirectory": "public"
  },
  "ultra": {
    "concurrent": [
      "build"
    ]
  }
}
