{
  "name": "freechat-sdk",
  "version": "2.6.0",
  "description": "OpenAPI client for freechat-sdk",
  "author": "dev.freechat.fun",
  "repository": {
    "type": "git",
    "url": "https://github.com/freechat-fun/freechat.git"
  },
  "keywords": [
    "freechat",
    "freechat-sdk",
    "openapi-client",
    "openapi-generator"
  ],
  "license": "Apache-2.0",
  "main": "dist/index.cjs.js",
  "type": "module",
  "exports": {
    ".": {
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.d.js",
      "import": "./dist/index.esm.js"
    }
  },
  "files": [
    "dist"
  ],
  "typings": "./dist/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "prepare": "npm run build"
  },
  "dependencies": {
    "whatwg-fetch": "^3.0.0",
    "es6-promise": "^4.2.4"
  },
  "devDependencies": {
    "typescript": "^5.0.0",
    "@rollup/plugin-node-resolve": "latest",
    "@rollup/plugin-commonjs": "latest",
    "rollup-plugin-typescript2": "latest",
    "rollup-plugin-terser": "latest",
    "rollup-plugin-sourcemaps": "latest"
  },
  "module": "dist/index.esm.js",
  "browser": "dist/index.umd.js"
}