{
  "name": "@bashleigh/nest-config",
  "version": "1.0.0",
  "description": "A singular config for NestJS",
  "main": "dist/index.js",
  "author": "Aaryanna Simonelli <ashleighsimonelli@gmail.com>",
  "keywords": [
    "nestjs",
    "config",
    "dotenv",
    "env"
  ],
  "license": "MIT",
  "dependencies": {
    "@nestjs/common": "^5.0.1",
    "dotenv": "^5.0.0",
    "reflect-metadata": "^0.1.12",
    "rxjs": "^5.4.2"
  },
  "devDependencies": {
    "@types/es6-promise": "^3.3.0",
    "@types/node": "^9.4.6",
    "prettier": "^1.13.4"
  },
  "scripts": {
    "format": "prettier --write \"**/*.ts\"",
    "prepublish": "rm -rf dist && tsc -p ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bashleigh/nest-config.git"
  }
}
