mfundinfo
Version:
Extracting mutual fund information
30 lines (29 loc) • 638 B
JSON
{
"name": "mfundinfo",
"version": "2.0.1",
"description": "Extracting mutual fund information",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ganges10/MFundInfo.git"
},
"author": "Ganga",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/ganges10/MFundInfo/issues"
},
"homepage": "https://github.com/ganges10/MFundInfo#readme",
"dependencies": {
"node-fetch": "^3.0.0"
},
"devDependencies": {},
"keywords": [
"Mutual",
"Fund",
"India"
]
}