UNPKG

@authsignal/node

Version:

[![NPM version](https://img.shields.io/npm/v/@authsignal/node.svg)](https://npmjs.org/package/@authsignal/node) [![License](https://img.shields.io/npm/l/@authsignal/node.svg)](https://github.com/authsignal/authsignal-node/blob/main/LICENSE.md)

51 lines (50 loc) 1.17 kB
{ "name": "@authsignal/node", "version": "2.6.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "dist/index.d.ts", "keywords": [ "authsignal", "mfa", "2fa", "authentication" ], "license": "MIT", "repository": "git://github.com/authsignal/authsignal-node.git", "sideEffects": false, "scripts": { "lint": "eslint", "build": "rollup -c rollup.config.js", "test": "vitest" }, "dependencies": { "axios": "^1.7.9", "axios-retry": "^4.5.0", "crypto": "^1.0.1" }, "devDependencies": { "@rollup/plugin-typescript": "^8.3.2", "@types/node": "^17.0.35", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", "dotenv": "^16.4.5", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.6.2", "rollup": "^2.73.0", "tslib": "^2.4.0", "typescript": "^4.6.4", "uuid": "^11.0.3", "vitest": "^2.1.5" }, "files": [ "dist" ], "exports": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }