{
  "name": "@beefree.io/sdk",
  "version": "8.1.1-auth-checker.1",
  "description": "wrapper of BeefreeSDK",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "files": [
    "dist"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-push": "yarn test --all --watchAll false"
    }
  },
  "lint-staged": {
    "*.ts": "eslint"
  },
  "scripts": {
    "start": "rollup -c rollup.serve.config.mjs -w",
    "test": "jest",
    "tsc": "tsc",
    "clean": "rimraf dist",
    "prebuild": "yarn lint && yarn clean",
    "prestart": "yarn lint && yarn clean",
    "build": "rollup -c && yarn tsc",
    "prepare": "husky install",
    "lint": "eslint ./src --ext ts",
    "prerelease": "git pull",
    "release": "standard-version",
    "postrelease": "git push --follow-tags --no-verify",
    "release:alpha": "yarn prerelease && standard-version --prerelease alpha && yarn postrelease",
    "release:beta": "yarn prerelease && standard-version --prerelease beta && yarn postrelease",
    "release:unstable": "yarn prerelease && standard-version --prerelease $(git branch --show-current | sed 's/\\//-/g') && yarn postrelease"
  },
  "repository": "git+https://github.com/BeefreeSDK/beefree-sdk-npm-official",
  "keywords": [
    "editor",
    "email",
    "bee",
    "plugin"
  ],
  "author": "BeeFree.io",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/BeefreeSDK/beefree-sdk-npm-official/issues"
  },
  "homepage": "https://github.com/BeefreeSDK/beefree-sdk-npm-official#readme",
  "devDependencies": {
    "@commitlint/config-conventional": "^17.4.4",
    "@rollup/plugin-commonjs": "^24.1.0",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.2",
    "@rollup/plugin-replace": "^6.0.2",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-url": "^8.0.1",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.5",
    "@typescript-eslint/eslint-plugin": "^5.58.0",
    "@typescript-eslint/parser": "^5.58.0",
    "csstype": "^3.1.2",
    "dotenv": "^16.0.3",
    "eslint": "^8.38.0",
    "eslint-plugin-import": "^2.27.5",
    "husky": "9.1.7",
    "jest": "^29.5.0",
    "lint-staged": "13.2.1",
    "rollup-plugin-livereload": "^2.0.5",
    "rollup-plugin-node-externals": "^8.0.0",
    "rollup-plugin-serve": "^1.1.1",
    "rollup-plugin-typescript2": "^0.36.0",
    "standard-version": "^9.5.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "~5.0.4",
    "rimraf": "^5.0.10",
    "rollup": "^4.35.0",
    "yalc": "^1.0.0-pre.53"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "fp-ts": "^2.13.1",
    "load-script": "^2.0.0"
  }
}
