analyze-dca
Version:
Analyzes past stock values using dollar cost averaging investment strategy
35 lines (34 loc) • 820 B
JSON
{
"name": "analyze-dca",
"version": "1.0.4",
"description": "Analyzes past stock values using dollar cost averaging investment strategy",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shaz-Momin/Dollar-Cost-Averaging.git"
},
"keywords": [
"Dollar-Cost-Averaging",
"Stocks",
"Investment",
"financial",
"library"
],
"author": "Shaz Momin",
"license": "ISC",
"bugs": {
"url": "https://github.com/Shaz-Momin/Dollar-Cost-Averaging/issues"
},
"homepage": "https://github.com/Shaz-Momin/Dollar-Cost-Averaging#readme",
"dependencies": {
"lodash": "^4.17.21",
"typescript": "^4.5.4",
"yahoo-finance": "^0.3.7"
},
"devDependencies": {
"@types/node": "^17.0.4"
}
}