{
  "name": "@smartb/iris-sdk",
  "version": "0.0.30",
  "description": "Client for Iris Api",
  "homepage": "http://www.smartb.city/",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.smartb.city:app/iris-sdk-js.git"
  },
  "keywords": [
    "Blockchain",
    "Atthentification",
    "Smartb"
  ],
  "author": {
    "name": "Smartb Developers",
    "email": "dev@smartb.city",
    "url": "http://smartb.city"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@types/jest": "^24.0.18",
    "@types/js-cookie": "^2.2.2",
    "@types/ramda": "^0.26.26",
    "deox": "^2.1.0",
    "jest": "^24.9.0",
    "js-cookie": "^2.2.1",
    "ramda": "^0.26.1",
    "rxjs": "^6.5.3"
  },
  "devDependencies": {
    "ts-jest": "^24.1.0",
    "typescript": "^3.6.3"
  }
}
