UNPKG

win-sso

Version:

NTLM single-sign-on for Node.js. Only Windows OS supported.

66 lines (65 loc) 1.69 kB
{ "name": "win-sso", "version": "1.3.2", "description": "NTLM single-sign-on for Node.js. Only Windows OS supported.", "main": "dist/index.js", "scripts": { "build": "shx rm -rf dist && tsc", "lint": "eslint src", "test": "mocha --require ./test/ts.hooks.js test/**/*.spec.ts", "prebuildify": "node prebuildify_env.js", "native_prebuildify": "prebuildify --napi --strip --target 18.18.0", "native_build": "node-gyp-build", "install": "node install_env.js" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/bjowes/node-win-sso.git" }, "keywords": [ "NTLM", "Windows Authentication", "Single sign on" ], "files": [ "dist/", "install_env.js", "prebuildify_env.js", "binding.gyp", "src/", "prebuilds/" ], "author": "Björn Weström", "license": "MIT", "bugs": { "url": "https://github.com/bjowes/node-win-sso/issues" }, "homepage": "https://github.com/bjowes/node-win-sso#readme", "dependencies": { "bindings": "*", "cross-spawn": "^7.0.3", "debug": "^4.3.1", "node-gyp": "^11.0.0", "node-gyp-build": "^4.4.0" }, "devDependencies": { "@types/debug": "^4.1.7", "@types/mocha": "^10.0.10", "@types/node": "^22.10.10", "asn1-parser": "^1.1.8", "eslint": "^9.19.0", "eslint-plugin-jsdoc": "^50.6.3", "eslint-plugin-node": "^11.1.0", "mocha": "^11.1.0", "node-addon-api": "^8.3.0", "prebuildify": "^6.0.1", "shx": "^0.3.4", "ts-node": "^10.5.0", "typescript": "^5.7.3", "typescript-eslint": "^8.22.0" }, "gypfile": true }