sp500-companies-as-json
Version:
A library and command line program that returns up-to-date S&P 500 constituent companies as an array of JSON objects
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "sp500-companies-as-json",
"version": "0.9.0",
"type": "module",
"description": "A library and command line program that returns up-to-date S&P 500 constituent companies as an array of JSON objects",
"main": "index.js",
"scripts": {
"start": "./lib/cli.js",
"test": "standard --env mocha && NODE_ENV=test mocha --recursive"
},
"bin": {
"sp500co": "./lib/cli.js"
},
"repository": {
"type": "git",
"url": "git://github.com/huned/nodejs-sp500-companies.git"
},
"keywords": [
"node.js",
"s&p 500",
"sp500"
],
"author": "Huned Botee <huned@hunedbotee.com> (https://hunedbotee.com)",
"license": "MIT",
"devDependencies": {
"mocha": "^9.0.1",
"nock": "^13.2.1",
"standard": "^16.0.3"
},
"dependencies": {
"@joshuaavalon/cheerio-table-parser": "^2.0.3",
"cheerio": "^1.0.0-rc.10",
"install": "^0.13.0",
"node-fetch": "^3.0.0",
"npm": "^8.1.2"
},
"standard": {
"env": {
"mocha": true
}
}
}