{
  "name": "@stratumn/store-client",
  "version": "0.1.6",
  "description": "A client to interact with a Chainscript Store.",
  "keywords": [
    "stratumn",
    "chainscript",
    "http",
    "grpc",
    "client"
  ],
  "author": "Stratumn Team",
  "homepage": "https://github.com/stratumn/js-core#readme",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stratumn/js-core.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -rf ./lib",
    "lint": "tslint --project \"./tsconfig.json\"",
    "prepublishOnly": "yarn clean && yarn tsc",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "tsc": "tsc"
  },
  "bugs": {
    "url": "https://github.com/stratumn/js-core/issues"
  },
  "jest": {
    "coverageDirectory": "./coverage/",
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "\\.ts$": "ts-jest"
    },
    "testRegex": "/src/.*\\.spec\\.ts$"
  },
  "dependencies": {
    "@stratumn/js-chainscript": "^1.0.8",
    "axios": "^0.18.0",
    "isomorphic-ws": "^4.0.1",
    "ws": "^6.1.2"
  },
  "devDependencies": {
    "@types/jest": "^23.3.7",
    "@types/ws": "^6.0.1",
    "await-to-js": "^2.0.1",
    "jest": "^23.6.0"
  }
}
