win-sso
Version:
NTLM single-sign-on for Node.js. Only Windows OS supported.
66 lines (65 loc) • 1.76 kB
JSON
{
"name": "win-sso",
"version": "1.3.3",
"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": "^1.5.0",
"cross-spawn": "^7.0.6",
"debug": "^4.4.0",
"node-gyp": "^11.2.0",
"node-gyp-build": "^4.8.4"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.10",
"@types/node": "^22.15.14",
"asn1-parser": "^1.1.8",
"eslint": "^9.26.0",
"eslint-plugin-jsdoc": "^50.6.11",
"eslint-plugin-node": "^11.1.0",
"mocha": "^11.2.2",
"node-addon-api": "^8.3.1",
"prebuildify": "^6.0.1",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.0"
},
"gypfile": true
}