{
  "name": "bifrost-subql-node",
  "version": "0.25.1-beta.3",
  "description": "",
  "author": "Ian He",
  "license": "Apache-2.0",
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "rm -rf dist && tsc -b",
    "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
    "start": "nest start",
    "start:dev": "nodemon",
    "start:prod": "node dist/main"
  },
  "homepage": "https://github.com/subquery/subql",
  "repository": "github:subquery/subql",
  "bin": {
    "subql-node": "./bin/run"
  },
  "dependencies": {
    "@apollo/client": "3.4.16",
    "@nestjs/common": "^8.1.2",
    "@nestjs/core": "^8.1.2",
    "@nestjs/event-emitter": "^1.0.0",
    "@nestjs/platform-express": "^8.1.2",
    "@nestjs/schedule": "^1.0.1",
    "@polkadot/api": "6.9.2",
    "@subql/common": "0.14.0",
    "@subql/types": "0.11.0",
    "@subql/x-merkle-mountain-range": "2.0.0-0.1.1",
    "@subql/x-vm2": "^3.9.3-0.1.0",
    "@willsoto/nestjs-prometheus": "^4.2.0",
    "app-module-path": "^2.2.0",
    "dayjs": "^1.10.7",
    "lodash": "^4.17.21",
    "merkle-tools": "^1.4.1",
    "parse-json": "^5.2.0",
    "pg": "^8.7.1",
    "prom-client": "^14.0.0",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^3.0.2",
    "rxjs": "^7.4.0",
    "sequelize": "^6.9.0",
    "tar": "^6.1.11",
    "typescript": "^4.4.4",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "@nestjs/schematics": "^8.0.4",
    "@nestjs/testing": "^8.1.2",
    "@types/app-module-path": "^2.2.0",
    "@types/express": "^4.17.13",
    "@types/jest": "^27.0.2",
    "@types/lodash": "^4.14.176",
    "@types/sequelize": "^4.28.10",
    "@types/supertest": "^2.0.11",
    "@types/tar": "^6.1.0",
    "@types/yargs": "^16.0.4",
    "dotenv": "^10.0.0",
    "nodemon": "^2.0.14",
    "supertest": "^6.1.6"
  },
  "files": [
    "/dist",
    "/bin"
  ]
}
