investing-com-api-v2
Version:
Unofficial APIs for Investing.com website.
41 lines (40 loc) • 959 B
JSON
{
"name": "investing-com-api-v2",
"version": "5.0.7",
"description": "Unofficial APIs for Investing.com website.",
"main": "api/InvestingApiV2.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhamHuyThien/investing-com-api-v2.git"
},
"keywords": [
"investing",
"api",
"investing.com",
"finance",
"markets",
"nasdaq",
"futures",
"currency",
"exchange",
"etf"
],
"author": "Pham Huy Thien",
"license": "MIT",
"bugs": {
"url": "https://github.com/PhamHuyThien/investing-com-api-v2.git/issues"
},
"homepage": "https://github.com/PhamHuyThien/investing-com-api-v2.git#readme",
"dependencies": {
"puppeteer": "^21.1.1"
},
"devDependencies": {
"eslint": "^8.28.0",
"eslint-config-google": "^0.14.0",
"jest": "^29.3.1",
"jest-puppeteer": "^9.0.0"
}
}