{
  "name": "@hyperingenuity/dapper",
  "version": "0.3.0",
  "description": "Schema-less LDAP and Radius Server for small organizations",
  "main": "./lib/dapper.js",
  "repository": "git@github.com:mdbarr/dapper",
  "author": "Mark Barr <mark@hyperingenuity.com>",
  "license": "MIT",
  "private": false,
  "bin": {
    "dapper": "./bin/cli.js"
  },
  "dependencies": {
    "@hyperingenuity/ldapjs": "^1.3.0",
    "argon2": "^0.26.2",
    "async": "^3.2.0",
    "barrkeep": "^2.6.6",
    "cidr-matcher": "^2.1.1",
    "mongodb": "^3.6.0",
    "otplib": "^12.0.1",
    "radius": "^1.1.4",
    "restify": "^8.5.1",
    "restify-cookies": "^0.2.6",
    "restify-cors-middleware": "^1.1.1",
    "uuid": "^8.3.0",
    "winston": "^3.3.3",
    "yargs": "^15.4.1"
  },
  "devDependencies": {
    "eslint": "^7.6.0",
    "jest": "^26.2.2",
    "request": "^2.88.2",
    "should": "^13.2.3"
  },
  "scripts": {
    "build": "docker build --rm -t dapper .",
    "lint": "eslint *.js bin/*.js lib/*.js utils/*.js test/*.js test/**/*.js",
    "start": "./bin/cli.js",
    "test": "jest"
  }
}
