{
  "name": "@proton/hyperion",
  "version": "3.4.0",
  "description": "Hyperion HTTP API Javascript library",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepublishOnly": "tsc",
    "build": "tsc",
    "test": "jest --coverage",
    "posttest": "tslint -p .",
    "docs": "tsc && documentation readme dist/index.js -s API"
  },
  "author": "Syed Jafri <syed.jafri2@ucalgary.ca>",
  "contributors": [
    "Denis Carriere <denis@eosnation.io>"
  ],
  "homepage": "https://github.com/proton/hyperion-api",
  "license": "MIT",
  "devDependencies": {
    "@types/isomorphic-fetch": "*",
    "@types/jest": "*",
    "@types/mocha": "^5.2.7",
    "@types/node": "*",
    "documentation": "*",
    "jest": "29.0.3",
    "ts-jest": "29.0.3",
    "ts-node": "10.9.1",
    "tslint": "6.1.3",
    "typescript": "^4.4.2"
  },
  "directories": {
    "example": "examples"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/proton/hyperion-api.git"
  },
  "bugs": {
    "url": "https://github.com/proton/hyperion-api/issues"
  },
  "gitHead": "a1affc3ddd1c5626ac56d9e02a29a31683edea6d",
  "dependencies": {
    "@types/node-fetch": "^2.6.2",
    "abortcontroller-polyfill": "^1.7.5",
    "cross-fetch": "^3.1.5",
    "isomorphic-fetch": "^3.0.0",
    "node-fetch": "^3.2.10"
  }
}
