{
  "name": "next-key-server",
  "version": "1.2.0",
  "description": "Simple authentication server",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "fix": "tslint -p tsconfig.json --fix",
    "tslint": "tslint -c tslint.json -p tsconfig.json -t codeframe",
    "jest": "jest",
    "watch": "tsc -w",
    "test": "npm run tslint && jest --coverage",
    "build-ts": "tsc",
    "prebuild": "npm run test",
    "build": "npm run build-ts",
    "prepublishOnly": "npm run build"
  },
  "author": "lfades",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lfades/next-key.git"
  },
  "bugs": {
    "url": "https://github.com/lfades/next-key/issues"
  },
  "devDependencies": {
    "@types/jest": "^22.2.0",
    "@types/jsonwebtoken": "^7.2.6",
    "jest": "^22.4.3",
    "jsonwebtoken": "^8.2.0",
    "prettier": "^1.11.1",
    "ts-jest": "^22.4.2",
    "tslint": "^5.9.1",
    "tslint-config-prettier": "^1.10.0",
    "tslint-eslint-rules": "^4.1.1",
    "tslint-plugin-prettier": "^1.3.0",
    "typescript": "^2.7.2"
  },
  "dependencies": {}
}
