{
  "name": "@sallar-network/client",
  "version": "1.0.2",
  "description": "Client-side library to communicate your program running on the sallar network with your backend server",
  "main": "dist/index.global.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "scripts": {
    "build": "tsup",
    "generate-docs": "npx typedoc src/index.ts"
  },
  "keywords": [
    "sallar"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NERVE-labs-team/sallar-network-client-library.git"
  },
  "author": "Jakub Padło",
  "license": "GPL",
  "devDependencies": {
    "socket.io-client": "^4.8.1",
    "tsup": "^8.4.0",
    "typedoc": "^0.28.3",
    "typescript": "^5.8.3"
  }
}
