UNPKG

bsso

Version:

Bloomberg SSO js utilities

56 lines (55 loc) 1.4 kB
{ "name": "bsso", "version": "1.1.0", "description": "Bloomberg SSO js utilities", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.(js|ts)\"", "lint": "eslint src --ext .js,.ts", "lint:fix": "eslint src --fix --ext .js,.ts", "test": "jest --config jest.config.js --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/jcgertig/bsso.git" }, "keywords": [ "bsso", "bloomberg", "sso", "sapi", "bpipe" ], "author": "Jonathan Gertig", "license": "ISC", "bugs": { "url": "https://github.com/jcgertig/bsso/issues" }, "homepage": "https://github.com/jcgertig/bsso#readme", "devDependencies": { "@types/jest": "^27.0.2", "@typescript-eslint/eslint-plugin": "^5.3.1", "@typescript-eslint/parser": "^5.3.1", "eslint": "^7.28.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-jest": "^25.2.4", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-simple-import-sort": "^7.0.0", "jest": "^27.3.1", "jest-fetch-mock": "^3.0.3", "prettier": "^2.4.1", "ts-jest": "^27.0.7", "typescript": "^4.4.4" }, "files": [ "dist/**/*" ], "dependencies": { "js-base64": "^3.7.2", "query-string": "^7.0.1", "js-sha256": "0.11.1" } }