{
  "name": "@pgchain/turms-client",
  "version": "0.10.0-SNAPSHOT",
  "description": "turms-client-js is a library to communicate with turms servers.",
  "main": "dist/turms-client.cjs.js",
  "module": "dist/turms-client.esm.js",
  "types": "dist/turms-client.d.ts",
  "sideEffects": false,
  "files": [
    "src",
    "dist",
    "types"
  ],
  "scripts": {
    "build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
    "lint": "eslint --ext .ts src tests",
    "lint:fix": "eslint --fix --ext .ts src tests",
    "protoc:compile": "node protoc.js compile",
    "protoc:install": "node protoc.js install",
    "fullbuild": "npm i && npm run protoc:install && npm run protoc:compile && npm run build",
    "quickbuild": "npm i && npm run build",
    "test": "jest --runInBand --bail"
  },
  "keywords": [
    "turms"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/turms-im/turms.git"
  },
  "author": "James Chen <eurekajameschen@gmail.com>",
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "https://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "bugs": {
    "url": "https://github.com/turms-im/turms/issues"
  },
  "homepage": "https://github.com/turms-im/turms#readme",
  "dependencies": {
    "protobufjs": "^7.1.2",
    "unfetch": "^4.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.2",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.19.6",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@rollup/plugin-babel": "^6.0.2",
    "@rollup/plugin-commonjs": "^23.0.2",
    "@rollup/plugin-json": "^5.0.1",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.1.0",
    "@rollup/plugin-typescript": "^9.0.2",
    "@types/jest": "^29.2.2",
    "@typescript-eslint/eslint-plugin": "^5.42.0",
    "@typescript-eslint/parser": "^5.42.0",
    "babel-loader": "^9.1.0",
    "core-js": "^3.26.0",
    "dts-bundle": "^0.7.3",
    "eslint": "^8.27.0",
    "eslint-import-resolver-typescript": "^3.5.2",
    "eslint-plugin-import": "^2.26.0",
    "glob": "^8.0.3",
    "jest": "^29.2.2",
    "rollup": "^3.2.5",
    "rollup-plugin-dts": "^5.0.0",
    "rollup-plugin-filesize": "^9.1.2",
    "rollup-plugin-visualizer": "^5.8.3",
    "ts-jest": "^29.0.3",
    "ts-loader": "^9.4.1",
    "ts-proto": "^1.131.0",
    "typescript": "^4.8.4"
  },
  "browserslist": [
    "last 1 version",
    "> 1%",
    "IE 11"
  ],
  "directories": {
    "test": "tests"
  },
  "license": "ISC"
}
