UNPKG

alpha_vantage_api_wrapper

Version:
37 lines (36 loc) 812 B
{ "name": "alpha_vantage_api_wrapper", "version": "0.1.1", "description": "Alpha Vintage API Wrapper for Node.Js", "main": "./lib/index.js", "scripts": { "test": "mocha -r ts-node/register test/*_test.ts" }, "keywords": [ "alpha", "vintage", "stocks", "finance", "trading" ], "author": "Damian Kuczynski <abonive@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Abonive/alpha_vantage_api_wrapper.git" }, "devDependencies": { "@types/node": "^10.12.18", "@types/chai": "^4.1.7", "@types/mocha": "^5.2.5", "chai": "^4.2.0", "eslint": "^5.12.1", "mocha": "^5.2.0", "ts-node": "^7.0.1", "typescript": "^3.2.4" }, "dependencies": { "axios": "^0.18.0", "joi": "^14.3.1" } }