UNPKG

external-adapter

Version:

Helpers for creating Chainlink External Adapters

31 lines (30 loc) 646 B
{ "name": "external-adapter", "version": "0.2.3", "description": "Helpers for creating Chainlink External Adapters", "main": "index.js", "scripts": { "test": "yarn mocha --exit --timeout 0" }, "author": "Thomas Hodges (thomas@smartcontract.com)", "keywords": [ "Chainlink", "blockchain", "Ethereum", "LINK" ], "repository": { "type": "git", "url": "https://github.com/thodges-gh/external-adapter.git" }, "license": "MIT", "dependencies": { "axios": "^0.19.2", "winston": "^3.2.1" }, "devDependencies": { "chai": "^4.2.0", "express": "^4.17.1", "mocha": "^7.1.2" } }