{
  "name": "wd-frontend-utils",
  "version": "0.0.4",
  "description": "",
  "cdn": "dist/index.umd.js",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "unpkg": "dist/index.umd.js",
  "module": "dist/index.esm.js",
  "files": [
    "dist",
    "types"
  ],
  "jsdelivr": "dist/index.umd.js",
  "umd:main": "dist/index.umd.js",
  "scripts": {
    "deploy": "npm run build && npm version patch --force; npm publish",
    "dev": "rollup --config ./rollup.config.js --watch",
    "doc": "typedoc src/index.ts",
    "clean": "rm -rf dist",
    "test": "jest",
    "lint": "eslint \"*/**/*.{ts,js,json}\"",
    "lint:fix": "eslint \"*/**/*.{ts,js,json}\" --fix",
    "build": "rollup --config ./rollup.config.js",
    "prepublishOnly": "npm run build && cp -r ./types dist"
  },
  "exports": {
    ".": [
      {
        "import": "./dist/index.mjs",
        "require": "./dist/index.cjs",
        "default": "./dist/index.js"
      },
      "./dist/index.js"
    ]
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^23.0.2",
    "@types/eslint": "^8.4.10",
    "@types/node": "^18.11.9",
    "@types/react": "^18.0.27",
    "@typescript-eslint/eslint-plugin": "^5.42.1",
    "@typescript-eslint/parser": "^5.42.1",
    "eslint": "^8.27.0",
    "rollup": "^2.77.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.32.1",
    "typescript": "^4.7.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/[repositoryOwner]/[repositoryName].git"
  },
  "keywords": [],
  "author": {
    "name": "[authorFullName]"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/[repositoryOwner]/[repositoryName]/issues"
  },
  "homepage": "https://github.com/[repositoryOwner]/[repositoryName]#readme",
  "dependencies": {
    "@types/lodash": "4.14.173",
    "change-case": "4.1.2",
    "cheerio": "1.0.0-rc.10",
    "dayjs": "1.11.6",
    "lodash": "4.17.21",
    "lower-case": "^2.0.2",
    "map-keys-deep-lodash": "1.2.4",
    "react": "^18.2.0",
    "tslib": "2.4.1",
    "upper-case": "^2.0.2",
    "upper-case-first": "^2.0.2"
  }
}
