{
  "name": "@bennetgallein/mande",
  "version": "3.0.0-rc7",
  "description": "Some awesome description",
  "main": "index.js",
  "module": "dist/mande.mjs",
  "unpkg": "dist/mande.iife.js",
  "jsdelivr": "dist/mande.iife.js",
  "types": "dist/mande.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "node": {
        "import": {
          "default": "./dist/mande.mjs"
        },
        "require": {
          "default": "./index.js"
        }
      },
      "import": "./dist/mande.mjs"
    },
    "./package.json": "./package.json",
    "./dist/*": "./dist/*",
    "./nuxt/*": "./nuxt/*",
    "./nuxt": "./nuxt/index.js"
  },
  "author": {
    "name": "Eduardo San Martin Morote",
    "email": "posva13@gmail.com"
  },
  "scripts": {
    "lint": "prettier -c --parser typescript \"{src,__tests__}/**/*.[jt]s?(x)\"",
    "lint:fix": "yarn run lint --write",
    "test:unit": "jest",
    "release": "bash scripts/release.sh",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
    "dev": "yarn run test:unit --watchAll",
    "pretest": "yarn run lint",
    "test": "yarn run test:unit && yarn run build",
    "size": "size-limit",
    "build": "rollup -c rollup.config.js",
    "build:dts": "api-extractor run --local --verbose",
    "docs": "api-documenter markdown -i temp -o docs"
  },
  "files": [
    "index.js",
    "index.cjs",
    "dist/*.js",
    "dist/*.mjs",
    "dist/*.cjs",
    "dist/mande.d.ts",
    "nuxt/*.js",
    "nuxt/*.d.ts",
    "README.md"
  ],
  "keywords": [
    "fetch",
    "browser",
    "client",
    "request",
    "api",
    "get",
    "ajax",
    "fetchival",
    "axios",
    "alternative"
  ],
  "size-limit": [
    {
      "path": "size-check/index.js"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "@microsoft/api-documenter": "^7.19.0",
    "@microsoft/api-extractor": "^7.28.6",
    "@nuxt/kit": "^3.11.2",
    "@nuxt/types": "^2.15.8",
    "@rollup/plugin-alias": "^3.1.9",
    "@rollup/plugin-replace": "^3.1.0",
    "@types/jest": "^27.5.2",
    "codecov": "^3.8.3",
    "conventional-changelog-cli": "^2.2.2",
    "fetch-mock-jest": "^1.5.1",
    "jest": "^27.5.1",
    "node-fetch": "^2.6.7",
    "pascalcase": "^1.0.0",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.77.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.32.1",
    "size-limit": "^6.0.4",
    "ts-jest": "^27.1.5",
    "typescript": "^4.7.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/posva/mande.git"
  },
  "bugs": {
    "url": "https://github.com/posva/mande/issues"
  },
  "homepage": "https://github.com/posva/mande#readme"
}
