{
  "name": "@oasisdex/nestjs",
  "version": "0.0.8",
  "description": "The set of utilities for Nest.js",
  "homepage": "https://github.com/OasisDEX/common#readme",
  "main": "lib/src/index.js",
  "typings": "lib/src/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OasisDEX/common.git"
  },
  "bugs": {
    "url": "https://github.com/OasisDEX/common/issues"
  },
  "scripts": {
    "build": "tsc -b",
    "watch": "tsc -b -w",
    "test": "jest"
  },
  "dependencies": {
    "@nestjs/axios": "^0.0.7",
    "@nestjs/common": "^8.0.0",
    "@nestjs/core": "^8.0.0",
    "@nestjs/platform-express": "^8.0.0",
    "@nestjs/schedule": "^2.1.0",
    "@nestjs/terminus": "8.1.1",
    "@nestjs/typeorm": "8.0.3",
    "async-retry": "^1.3.3",
    "axios": "^0.26.1",
    "bignumber.js": "^9.1.0",
    "graphql": "^16.3.0",
    "graphql-request": "^4.3.0",
    "lodash": "^4.17.21",
    "node-cache": "^5.1.2",
    "rxjs": "^7.2.0",
    "ts-try": "^0.2.0",
    "typeorm": "^0.3.9"
  },
  "devDependencies": {
    "@nestjs/testing": "^8.0.0",
    "@types/async-retry": "^1.4.4",
    "@types/jest": "27.0.2",
    "@types/node": "^18.7.14",
    "@types/supertest": "^2.0.12",
    "jest": "^27.2.5",
    "reflect-metadata": "^0.1.13",
    "supertest": "^6.2.4",
    "ts-jest": "^27.0.3"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": ".",
    "testRegex": ".*\\.spec\\.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "testEnvironment": "node"
  }
}
