congress-dot-gov
Version:
TypeScript SDK for the Congress.gov API
90 lines (89 loc) • 2.39 kB
JSON
{
"name": "congress-dot-gov",
"version": "0.5.0",
"description": "TypeScript SDK for the Congress.gov API",
"author": "Corey Rice",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": ">=20"
},
"files": [
"dist"
],
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./schemas": {
"require": "./dist/schemas/index.cjs",
"import": "./dist/schemas/index.mjs",
"types": "./dist/schemas/index.d.ts"
}
},
"homepage": "https://github.com/just-buidl-it/congress-dot-gov",
"repository": {
"type": "git",
"url": "https://github.com/just-buidl-it/congress-dot-gov.git"
},
"scripts": {
"build": "unbuild",
"test": "jest",
"lint": "eslint src --ext .ts",
"format": "prettier --write 'src/**/*.{ts,json,md,yml,yaml}'",
"lint:commits": "commitlint --last --verbose",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"release": "release-it",
"build:docs": "rm -rf docs && typedoc",
"updateNocks": "tsx scripts/updateNocks.ts"
},
"keywords": [
"congress",
"congress.gov",
"api",
"sdk",
"typescript"
],
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@release-it/conventional-changelog": "^10.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"eslint-plugin-tsdoc": "^0.4.0",
"jest": "^29.7.0",
"nock": "^14.0.5",
"prettier": "^3.2.5",
"release-it": "^19.0.3",
"ts-jest": "^29.1.2",
"tsx": "^4.20.3",
"typedoc": "^0.28.5",
"typedoc-better-json": "^0.9.4",
"typedoc-github-theme": "^0.3.0",
"typedoc-plugin-zod": "^1.4.2",
"typescript": "^5.3.3",
"unbuild": "^3.5.0",
"zod": "^3.25.56"
},
"dependencies": {
"whatwg-fetch": "^3.6.20"
},
"peerDependencies": {
"zod": "^3.25.56"
},
"resolutions": {
"conventional-changelog-conventionalcommits": "8.0.0"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447",
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}