{
  "name": "@graphql-modules/logger",
  "version": "0.2.3",
  "main": "dist/index.js",
  "license": "MIT",
  "scripts": {
    "test": "",
    "build": "tsc",
    "lint": "tslint -c ../../tslint.json 'src/**/*.ts' --format stylish"
  },
  "devDependencies": {
    "tslint": "5.11.0",
    "typescript": "3.1.6"
  },
  "dependencies": {
    "tslib": "1.9.3",
    "winston": "3.1.0"
  },
  "typings": "./dist/index.d.ts",
  "typescript": {
    "definition": "./dist/index.d.ts"
  },
  "publishConfig": {
    "access": "public"
  }
}
