@abcb-cafe/investing-com-api
Version:
Unofficial APIs for Investing.com website.
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "@abcb-cafe/investing-com-api",
"version": "4.3.0a",
"description": "Unofficial APIs for Investing.com website.",
"main": "index.js",
"scripts": {
"lint": "eslint ./",
"test": "jest",
"coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavideViolante/investing-com-api.git"
},
"keywords": [
"investing",
"api",
"investing.com",
"finance",
"markets",
"nasdaq",
"futures",
"currency",
"exchange",
"etf"
],
"author": "Davide Violante",
"license": "MIT",
"bugs": {
"url": "https://github.com/DavideViolante/investing-com-api/issues"
},
"homepage": "https://github.com/DavideViolante/investing-com-api#readme",
"jest": {
"coveragePathIgnorePatterns": ["functions.js"]
},
"dependencies": {
"puppeteer": "^19.2.2"
},
"devDependencies": {
"eslint": "^8.27.0",
"eslint-config-google": "^0.14.0",
"jest": "^29.3.1",
"jest-puppeteer": "^6.1.1"
}
}