{ "name": "kerberos", "version": "2.0.1", "description": "Kerberos library for Node.js", "main": "lib/index.js", "files": [ "lib", "src", "binding.gyp", "HISTORY.md", "README.md" ], "repository": { "type": "git", "url": "https://github.com/mongodb-js/kerberos.git" }, "keywords": [ "kerberos", "security", "authentication" ], "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com" }, "bugs": { "url": "https://jira.mongodb.org/projects/NODE/issues/" }, "dependencies": { "bindings": "^1.5.0", "node-addon-api": "^4.3.0", "prebuild-install": "7.1.1" }, "devDependencies": { "chai": "^4.3.6", "chai-string": "^1.5.0", "chalk": "^4.1.2", "clang-format": "^1.6.0", "dmd-clear": "^0.1.2", "eslint": "^8.9.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "jsdoc-to-markdown": "^7.1.1", "mocha": "^9.2.0", "mongodb": "^4.3.1", "prebuild": "^11.0.3", "prettier": "^2.5.1", "request": "^2.88.0", "standard-version": "^9.3.2" }, "scripts": { "install": "prebuild-install --runtime napi || node-gyp rebuild", "format-cxx": "git-clang-format", "format-js": "eslint lib test --fix", "check:lint": "eslint lib test", "precommit": "check-clang-format", "test": "mocha test", "docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/kerberos.js > README.md", "rebuild": "prebuild --runtime napi --compile", "prebuild": "prebuild --runtime napi --strip --verbose --all", "release": "standard-version -i HISTORY.md" }, "engines": { "node": ">=12.9.0" }, "binary": { "napi_versions": [ 4 ] }, "license": "Apache-2.0", "readmeFilename": "README.md" }