UNPKG

@factset/sdk-securityexplanation

Version:

Security Explanation client library for JavaScript

41 lines (40 loc) 1.05 kB
{ "name": "@factset/sdk-securityexplanation", "version": "1.1.0", "description": "Security Explanation client library for JavaScript", "license": "Apache-2.0", "author": "FactSet Research Systems", "keywords": ["FactSet", "API", "SDK"], "main": "dist/index.js", "scripts": { "build": "babel src -d dist", "prepare": "npm run build", "test": "mocha --require @babel/register --recursive" }, "homepage": "https://developer.factset.com/", "repository": { "type": "git", "url": "https://github.com/factset/enterprise-sdk.git", "directory": "code/typescript/SecurityExplanation/v1" }, "engines": { "node": ">=18" }, "dependencies": { "@factset/sdk-utils": "^2.0.0", "proxy-agent": "^6.0.0", "superagent": "^9.0.0" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "expect.js": "^0.3.1", "mocha": "^8.0.1", "sinon": "^7.2.0", "@types/superagent-proxy": "^3.0.0" }, "files": [ "dist" ] }