UNPKG

sec-edgar-parser

Version:

A tool for scraping SEC edgar archive documents found at https://www.sec.gov/Archives/edgar/data

54 lines (53 loc) 1.21 kB
{ "name": "sec-edgar-parser", "version": "4.1.0", "description": "A tool for scraping SEC edgar archive documents found at https://www.sec.gov/Archives/edgar/data", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/deanshelton913/sec-edgar-parser.git" }, "scripts": { "build": "tsc", "test": "rm -rf ./dist && jest" }, "release": { "branches": [ "main" ] }, "keywords": [ "SEC", "EDGAR" ], "author": "dean shelton", "license": "ISC", "devDependencies": { "@biomejs/biome": "1.7.2", "@jest/globals": "29.7.0", "@semantic-release/github": "12.0.2", "@types/jest": "29.5.12", "@types/node": "20.12.8", "commitizen": "^4.3.1", "cz-conventional-changelog": "^3.3.0", "jest": "29.7.0", "semantic-release": "25.0.2", "ts-jest": "29.1.2", "typescript": "5.4.5" }, "dependencies": { "fast-xml-parser": "4.3.6", "tslib": "2.6.2", "yaml": "2.4.2" }, "jest": { "preset": "ts-jest", "testEnvironment": "node" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }