{
  "name": "@emeralt/auth-inmemory",
  "version": "0.13.0",
  "author": "stackdumper <stackdumper@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/emeralt/emeralt.git"
  },
  "bugs": {
    "url": "https://github.com/emeralt/emeralt/issues"
  },
  "license": "MIT",
  "main": "./build/index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "ava ../../test/auth.test.ts && ava ./test/*.test.ts",
    "build": "gemcart build"
  },
  "devDependencies": {
    "@emeralt/types": "^0.13.0"
  },
  "gitHead": "76b82a846dc87dfe6939136f66108b4d9b9ab851"
}
