{
  "name": "cometchat-api",
  "version": "1.0.7",
  "description": "simple cometchat api methods with typescript support",
  "main": "./dist/index.cjs",
  "type": "module",
  "publishConfig": {
    "main": "./dist/index.cjs",
    "types": "./dist/index.d.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reslear/cometchat-api.git"
  },
  "keywords": [
    "cometchat",
    "api",
    "typescript"
  ],
  "author": "reslear",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reslear/cometchat-api/issues"
  },
  "homepage": "https://github.com/reslear/cometchat-api#readme",
  "devDependencies": {
    "@tsconfig/node16": "^1.0.2",
    "tsup": "^5.4.1",
    "typescript": "^4.4.4"
  },
  "dependencies": {
    "axios": "^0.23.0"
  },
  "peerDependencies": {
    "axios": ">=0.18"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "engines": {
    "node": ">=12",
    "pnpm": ">=6"
  },
  "scripts": {
    "build": "tsup ./src/index.ts --clean --dts --no-splitting"
  },
  "types": "./dist/index.d.ts"
}