ya-express-ntlm
Version:
75 lines (74 loc) • 1.83 kB
JSON
{
"name": "ya-express-ntlm",
"version": "1.0.39",
"description": "ya-express-ntlm",
"main": "./dist/cjs/src/index.js",
"module": "./dist/esm/src/index.js",
"types": "./dist/types/src/index.d.ts",
"author": "Viacheslav Makarov <npmjs@bazilio.ru>",
"license": "ISC",
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"lint:fix": "eslint --fix --ext .js,.ts,.vue,.json ./",
"clean": "shx rm -rf ./dist/*",
"build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.types.json",
"cb": "npm run clean && npm run build",
"prepare": "husky",
"test-js": "node ./__tests__/test-web-server-js.js",
"test-js-stub": "node ./__tests__/test-web-server-NTLM_STUB.js",
"coder": "node ./dist/cjs/src/ntlm-parser/coder/start-coder.js"
},
"dependencies": {
"af-color": "^0.0.8",
"af-tools-ts": "^1.0.78",
"des.js": "^1.1.0",
"express": "^4.19.2",
"js-md4": "^0.3.2"
},
"devDependencies": {
"@jest/test-sequencer": "^29.7.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.8",
"@types/supertest": "^6.0.2",
"dotenv": "^16.4.5",
"eslint-config-af-24": "^2.4.2",
"husky": "^9.0.11",
"jest": "^29.7.0",
"shx": "^0.3.4",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"np": {
"yarn": false,
"contents": "."
},
"publishConfig": {
"access": "public"
},
"files": [
"dist/cjs",
"dist/esm",
"dist/types",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Bazilio-san/ya-express-ntlm.git"
},
"engines": {
"node": ">= 16",
"npm": ">= 8",
"yarn": ">= 1.22"
},
"keywords": [
"express",
"ntlm",
"ldap",
"authentication",
"silent",
"intranet",
"sso"
]
}