UNPKG

@mangosteen/edgar-url

Version:

Get SEC EDGAR URLs for filings and entities.

44 lines (43 loc) 1.09 kB
{ "name": "@mangosteen/edgar-url", "version": "1.0.2", "description": "Get SEC EDGAR URLs for filings and entities.", "main": "dist/index.js", "types": "dist/index.d.ts", "engines": { "node": ">=10" }, "scripts": { "prebuild": "rimraf dist", "build": "tsc", "test-publish-npm": "npm pack", "publish-npm": "npm publish --access public", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/paya-cz/edgar-url.git" }, "keywords": [ "edgar", "sec", "sec-edgar", "filings", "submission", "entity", "company", "url" ], "author": "Paya", "license": "MIT", "bugs": { "url": "https://github.com/paya-cz/edgar-url/issues" }, "homepage": "https://github.com/paya-cz/edgar-url#readme", "devDependencies": { "@tsconfig/node10": "^1.0.8", "@types/node": "^10.17.60", "rimraf": "^3.0.2", "typescript": "^4.4.3" } }