{
  "name": "@commun/admin",
  "version": "1.0.0",
  "description": "Commun admin module",
  "author": "Commun <admin@commun.dev>",
  "homepage": "https://commun.dev",
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/commundev/commun.git"
  },
  "scripts": {
    "prepublishOnly": "tsc",
    "tsc": "tsc",
    "test": "jest --forceExit --coverage --verbose"
  },
  "bugs": {
    "url": "https://github.com/commundev/commun/issues"
  },
  "dependencies": {
    "@commun/core": "^1.0.0",
    "@commun/users": "^1.0.0",
    "express": "^4.17.1"
  },
  "devDependencies": {
    "@commun/test-utils": "^1.0.0",
    "@types/express": "^4.17.2",
    "@types/json-schema": "^7.0.5",
    "@types/mongodb": "^3.3.14",
    "@types/supertest": "^2.0.8",
    "supertest": "^4.0.2",
    "typescript": "^3.8.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "bb2abcf02d68a885d08f58a3e658730eadf3178e"
}
