sec-edgar-api
Version:
Fetch and parse SEC earnings reports and other filings. Useful for financial analysis.
43 lines • 1.16 kB
JSON
{
"name": "sec-edgar-api",
"version": "1.0.3",
"description": "Fetch and parse SEC earnings reports and other filings. Useful for financial analysis.",
"main": "build/index.js",
"author": "Andrew Evers (https://github.com/andyevers)",
"homepage": "https://github.com/andyevers/sec-edgar-api#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/andyevers/sec-edgar-api.git"
},
"scripts": {
"test": "jest test",
"build": "tsc",
"publish": "npm run build && npm publish",
"lint": "npx eslint src"
},
"keywords": [
"sec",
"edgar",
"api",
"stock",
"financial",
"analysis",
"earnings",
"reports"
],
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.2",
"eslint": "^9.11.1",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typescript": "5.1.3",
"typescript-eslint": "^8.8.0"
},
"files": [
"build/**/*"
]
}