{
  "name": "@opeslabs/sdk",
  "version": "1.33.0-development129",
  "description": "The OPES JavaScript SDK",
  "scripts": {
    "main": "ts-node scripts/main.ts",
    "compile": "rm -rf lib && ./node_modules/.bin/tsc",
    "build": "rm -rf lib && ./node_modules/.bin/tsc",
    "test": "savor test",
    "cov": "savor cov",
    "viewcov": "savor viewcov",
    "format:write": "prettier --write .",
    "format:check": "prettier --check .",
    "publish:prod": "yarn build && npm --access public publish",
    "publish:local": "yarn build && npm i . -g",
    "prepare": "husky install",
    "lint": "eslint .",
    "hook": "yarn lint-staged && yarn tsc && yarn test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opeslabs/sdk.git"
  },
  "author": "I. Dan Calinescu <dan@fluidtrends.ch>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/opeslabs/sdk/issues"
  },
  "keywords": [],
  "homepage": "https://github.com/opeslabs/sdk#readme",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*",
    "assets/**/*",
    "tsconfig.json",
    "examples/**/*"
  ],
  "dependencies": {
    "@types/node-fetch": "^2.6.8",
    "graphql": "^16.2.0",
    "graphql-request": "^3.7.0",
    "graphql-ws": "^5.11.3"
  },
  "devDependencies": {
    "jsonwebtoken": "^9.0.2",
    "@types/jsonwebtoken": "^9.0.5",
    "@types/k6": "^0.45.0",
    "@types/node": "^17.0.2",
    "@typescript-eslint/eslint-plugin": "^5.54.0",
    "@typescript-eslint/parser": "^5.54.0",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.35.0",
    "husky": "^8.0.0",
    "lint-staged": "^13.1.2",
    "prettier": "^2.5.1",
    "savor": "^1.3.0",
    "ts-node": "^9.1.1",
    "type-graphql": "^1.1.1",
    "typescript": "^4.1.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
