{
  "name": "snet-sdk-web",
  "version": "5.0.5",
  "description": "SingularityNET SDK for Web",
  "main": "./dist/index.js",
  "files": [
    "dist"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./mpe": "./dist/mpe/index.js",
    "./constants/*": "./dist/constants/index.js",
    "./constants/BlockchainConstants": "./dist/constants/index.js",
    "./paymentStrategies": "./dist/paymentStrategies/index.js",
    "./paymentStrategies/DefaultPaymentStrategy": "./dist/paymentStrategies/DefaultPaymentStrategy.js",
    "./paymentStrategies/BasePaidPaymentStrategy": "./dist/paymentStrategies/BasePaidPaymentStrategy.js",
    "./paymentStrategies/FreeCallPaymentStrategy": "./dist/paymentStrategies/FreeCallPaymentStrategy.js",
    "./paymentStrategies/PaidCallPaymentStrategy": "./dist/paymentStrategies/PaidCallPaymentStrategy.js",
    "./paymentStrategies/PrepaidPaymentStrategy": "./dist/paymentStrategies/PrepaidPaymentStrategy.js",
    "./training": "./dist/training/index.js",
    "./training/TrainingProvider": "./dist/training/index.js",
    "./training/TrainingConstants": "./dist/training/index.js",
    "./utils": "./dist/utils/index.js",
    "./utils/logger": "./dist/utils/index.js",
    "./utils/tokenUtils": "./dist/utils/index.js"
  },
  "keywords": [
    "snet-sdk",
    "singularitynet-sdk",
    "singularitynet",
    "web"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/singnet/snet-sdk-js.git",
    "directory": "packages/web"
  },
  "homepage": "https://github.com/singnet/snet-sdk-js/packages/web",
  "scripts": {
    "build": "babel src --out-dir dist",
    "clean": "rimraf dist",
    "clean:build": "npm run clean && npm run build",
    "prepublishOnly": "npm run clean:build",
    "build:link": "npm run build && npm link",
    "docGen": "jsdoc2md  src/*.js > ./docs/docs.md",
    "test": "jest"
  },
  "author": "SingularityNET Foundation",
  "license": "MIT",
  "dependencies": {
    "@improbable-eng/grpc-web": "0.15.0",
    "lodash": "latest",
    "loglevel": "1.9.2",
    "rimraf": "^6.1.3",
    "singularitynet-platform-contracts": "2.1.0",
    "snet-sdk-core": "0.1.8",
    "web3": "4.16.0"
  },
  "browser": {
    "tls": false,
    "net": false,
    "utf-8-validate": false
  },
  "peerDependencies": {
    "@improbable-eng/grpc-web": "0.15.0",
    "google-protobuf": "3.21.4",
    "buffer": "^6.0.3",
    "process": "^0.11.10"
  },
  "devDependencies": {
    "@babel/cli": "7.23.9",
    "@babel/core": "7.23.9",
    "@babel/preset-env": "7.23.9",
    "jest": "29.7.0",
    "jsdoc-to-markdown": "9.0.4"
  }
}