{
  "name": "@chainlink/blockcypher",
  "version": "0.0.3",
  "description": "Chainlink adapter to query BTC address balance from blockcypher.com.",
  "keywords": [
    "Chainlink",
    "LINK",
    "wBTC",
    "BTC",
    "blockchain",
    "oracle",
    "Proof of Reserves",
    "blockcypher.com"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "url": "https://github.com/smartcontractkit/external-adapters-js",
    "type": "git"
  },
  "author": "Kristijan Rebernisak <kristijan.rebernisak@smartcontract.com>",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublishOnly": "yarn build && yarn test:unit",
    "build": "yarn && tsc",
    "lint": "eslint --ignore-path ../.eslintignore . --ext .js,.jsx,.ts,.tsx",
    "lint:fix": "eslint --ignore-path ../.eslintignore . --ext .js,.jsx,.ts,.tsx --fix",
    "test": "mocha --exit -r ts-node/register 'test/**/*.test.ts'",
    "test:unit": "mocha --exit --grep @integration --invert -r ts-node/register 'test/**/*.test.ts'",
    "test:integration": "mocha --exit --grep @integration -r ts-node/register 'test/**/*.test.ts'",
    "server": "node -e 'require(\"./index.js\").server()'",
    "server:dist": "node -e 'require(\"./dist/index.js\").server()'",
    "start": "yarn server:dist"
  },
  "devDependencies": {
    "@types/chai": "^4.2.11",
    "@types/express": "^4.17.6",
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.0.13",
    "@typescript-eslint/eslint-plugin": "^3.9.0",
    "@typescript-eslint/parser": "^3.9.0",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "blockcypher": "^0.3.0",
    "object-path": "^0.11.4"
  }
}
