{ "name": "radius-server", "description": "radius server for google LDAP and TTLS", "version": "1.1.10", "engines": { "node": ">13.10.1" }, "bin": { "radius-server": "bin/radius-server" }, "files": [ "bin", "config.js", "dist", "ssl" ], "homepage": "https://github.com/simllll/node-radius-server", "scripts": { "release": "npm run build && standard-version", "debug": "DEBUG=radius:* node --tls-min-v1.0 dist/app.js", "start": "node --tls-min-v1.0 dist/app.js", "build": "tsc", "dev": "ts-node src/app.ts", "test": "mocha -r ts-node/register __tests__/**/*.test.ts", "test-ttls-pap": "__tests__/eapol_test -c __tests__/ttls-pap.conf -s testing123", "test-radtest": "radtest -x user pwd localhost 1812 testing123", "create-certificate": "sh ./ssl/create.sh && sh ./ssl/sign.sh" }, "author": "Simon Tretter ", "preferGlobal": true, "main": "dist/app.js", "dependencies": { "@hokify/node-ts-cache": "^5.4.1", "axios": "^0.21.1", "debug": "^4.3.1", "imap-simple": "^5.0.0", "ldapauth-fork": "^5.0.1", "ldapjs": "^2.2.3", "native-duplexpair": "^1.0.0", "node-cache": "^5.1.2", "radius": "~1.1.4", "smtp-client": "^0.3.3", "yargs": "~16.2.0" }, "license": "GPLv3", "devDependencies": { "@hokify/eslint-config": "^1.1.0", "@types/chai": "^4.2.14", "@types/ldapjs": "^1.0.9", "@types/mocha": "^8.2.0", "@types/radius": "0.0.28", "@types/yargs": "^15.0.12", "chai": "^4.2.0", "eslint": "^7.18.0", "mocha": "^8.2.1", "prettier": "^2.2.1", "standard-version": "^9.1.0", "ts-node": "^9.1.1", "typescript": "^4.1.3" } }