UNPKG

@factset/sdk-utils

Version:

Utilities for interacting with FactSet APIs.

52 lines (51 loc) 1.27 kB
{ "name": "@factset/sdk-utils", "description": "Utilities for interacting with FactSet APIs.", "version": "2.1.0", "homepage": "https://developer.factset.com", "repository": "FactSet/enterprise-sdk-utils-typescript.git", "main": "lib/index.js", "types": "lib/index.d.ts", "author": "FactSet Research Systems", "license": "Apache-2.0", "engines": { "node": ">=18" }, "keywords": [ "FactSet", "API", "SDK" ], "scripts": { "build": "rm -rf ./lib && tsc", "lint": "eslint '**/*.{js,ts,tsx}'", "test": "jest --silent", "prepublishOnly": "yarn build" }, "files": [ "lib", "CONTRIBUTING.md" ], "dependencies": { "debug": "^4.4.0", "https-proxy-agent": "^7.0.6", "joi": "^17.13.3", "jose": "^4.15.4", "openid-client": "^5.6.5" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/jest": "^27.4.1", "@types/node": "^20.14.2", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^4.2.1", "jest": "^27.5.1", "prettier": "^2.8.8", "ts-jest": "^27.1.4", "ts-node": "^10.9.2", "typescript": "^4.9.5" } }