{
  "name": "@tatumio/celo-connector",
  "version": "1.3.9",
  "description": "Celo Connector for Tatum API",
  "license": "MIT",
  "files": [
    "npm/**/*",
    "src/**/*",
    "*.md",
    "openapi.yaml"
  ],
  "main": "npm/index.js",
  "scripts": {
    "build": "rimraf npm && tsc",
    "prepare": "npm run build",
    "format": "prettier --write \\\"src/**/*.ts\\\"",
    "lint": "tslint -p tsconfig.json -c tslint.json",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "test:e2e": "jest --config ./test/jest-e2e.json"
  },
  "keywords": [
    "tatum",
    "tatumio",
    "blockchain"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tatumio/tatum-blockchain-connector/celo-connector"
  },
  "bugs": "https://github.com/tatumio/tatum-blockchain-connector/",
  "peerDependencies": {
    "@nestjs/common": "^7.6.1",
    "@tatumio/tatum": "^1.16.20",
    "axios": "^0.21.1",
    "bignumber.js": "^9.0.0",
    "class-transformer": "^0.2.3",
    "class-validator": "0.13.0",
    "nestjs-pino": "^1.3.0",
    "rxjs": "^6.6.3"
  },
  "devDependencies": {
    "@nestjs/common": "^7.6.1",
    "@tatumio/tatum": "^1.16.20",
    "axios": "^0.21.1",
    "bignumber.js": "^9.0.0",
    "class-transformer": "^0.2.3",
    "class-validator": "0.13.0",
    "nestjs-pino": "^1.3.0",
    "rxjs": "^6.6.3",
    "@types/express": "4.17.9",
    "@types/jest": "26.0.18",
    "@types/node": "14.14.12",
    "@types/supertest": "2.0.10",
    "jest": "26.6.3",
    "prettier": "2.2.1",
    "rimraf": "^3.0.2",
    "supertest": "6.0.1",
    "ts-jest": "26.4.4",
    "ts-node": "9.1.1",
    "tsc-watch": "4.2.9",
    "tsconfig-paths": "3.9.0",
    "tslint": "5.20.1",
    "typescript": "4.1.2"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "src",
    "testRegex": ".spec.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "coverageDirectory": "../coverage",
    "testEnvironment": "node"
  }
}
