{
  "name": "a10e-server",
  "version": "0.3.1",
  "main": "dist/app.js",
  "description": "A ready-to-launch User and Autentication system for those that don't want to build it",
  "scripts": {
    "prepublish": "make build",
    "test": "make lint test",
    "tsc": "tsc",
    "start": "node ./dist/app.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evert/auth-api.git"
  },
  "files": [
    "package.json",
    "README.md",
    "dist",
    "LICENSE"
  ],
  "author": "Evert Pot (https://evertpot.com/)",
  "homepage": "https://github.com/evert/auth-api#readme",
  "devDependencies": {
    "@types/chai": "^4.1.5",
    "@types/csv-stringify": "^1.4.2",
    "@types/mocha": "^5.2.3",
    "@types/node": "^10.11.0",
    "@types/sinon": "^5.0.1",
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "nyc": "^13.0.1",
    "sinon": "^6.3.4",
    "ts-node": "^7.0.0",
    "tslint": "^5.10.0",
    "typescript": "^3.0.3"
  },
  "types": "dist/",
  "nyc": {
    "extension": [
      ".ts"
    ]
  },
  "dependencies": {
    "@curveball/bodyparser": "^0.3.0",
    "@curveball/core": "^0.7.0",
    "@curveball/http-errors": "^0.2.2",
    "@curveball/router": "^0.2.0",
    "@curveball/session": "^0.3.0",
    "@types/bcrypt": "^2.0.0",
    "@types/handlebars": "^4.0.39",
    "@types/otplib": "^7.0.0",
    "bcrypt": "^3.0.1",
    "csv-stringify": "^4.0.1",
    "hal-browser": "^0.5.6",
    "handlebars": "^4.0.12",
    "moment": "^2.22.2",
    "mysql2": "^1.5.3",
    "otplib": "^10.0.1"
  }
}
