UNPKG

finnhub-ts

Version:
52 lines (51 loc) 1.04 kB
{ "name": "finnhub-ts", "version": "1.0.7", "description": "OpenAPI client for finnhub-ts", "author": "OpenAPI-Generator Contributors", "repository": { "type": "git", "url": "https://github.com/Rupert-com/finnhub-ts.git" }, "bugs": { "url": "https://github.com/Rupert-com/finnhub-ts/issues", "email": "me@ru4ert.com" }, "homepage": "https://github.com/Rupert-com/finnhub-ts#readme", "keywords": [ "finnhub", "axios", "typescript", "openapi-client", "openapi-generator", "finnhub-ts", "stockapi", "quotes", "stock", "stock market", "stock candles", "finance", "ticker", "tickers", "data", "free", "api", "client", "prices", "trading" ], "license": "MIT", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build" }, "dependencies": { "axios": "^0.27.2" }, "devDependencies": { "@types/node": "^17.0.41", "typescript": "^4.7.3" } }