UNPKG

@primno/dataverse-auth

Version:

Authenticate to Dataverse and Dynamics 365 with a connection string or OAuth 2.0. Provides a token persistence cache.

64 lines (63 loc) 1.56 kB
{ "name": "@primno/dataverse-auth", "version": "0.7.0", "description": "Authenticate to Dataverse and Dynamics 365 with a connection string or OAuth 2.0. Provides a token persistence cache.", "repository": "github:primno/dataverse", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "test" ], "scripts": { "build": "rollup -c --configPlugin typescript --environment NODE_ENV:production --failAfterWarnings", "watch": "rollup -c -w --configPlugin typescript", "test": "jest" }, "author": "Xavier Monin", "license": "MIT", "dependencies": { "axios": "^1.5.1", "@azure/msal-node": "^2.2.0", "@tediousjs/connection-string": "^0.5.0", "@azure/msal-node-extensions": "^1.0.4", "keytar": "^7.9.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-terser": "^0.4.1", "@rollup/plugin-typescript": "^11.1.0", "@types/node": "^18.14.0", "rollup": "^3.20.2", "tslib": "^2.5.0", "jest": "^29.5.0", "@types/jest": "^29.5.0", "ts-jest": "^29.0.5", "ts-node": "^10.9.1" }, "eslintIgnore": [ "build", "dist", "node_modules" ], "engines": { "node": ">=18", "npm": ">=7" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "Dataverse", "Dynamics", "D365", "Authentication", "OAuth", "MSAL", "Token", "Cache" ] }