fme-fv-fetch
Version:
This fetches the fair-value numbers from index-arb.com
26 lines (25 loc) • 526 B
JSON
{
"name": "fme-fv-fetch",
"version": "1.0.1",
"description": "This fetches the fair-value numbers from index-arb.com",
"main": "fv-fetch.js",
"scripts": {
"test": "test-fv-fetch.js"
},
"types" : "fv-fetch.d.ts",
"keywords": [
"Fair",
"Values"
],
"author": "Marlin Cobb",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"fme-logger": "^1.1.0",
"request": "^2.85.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.7",
"@types/request": "^2.47.0"
}
}