{
  "name": "@subql/node",
  "version": "6.4.6",
  "description": "",
  "author": "Ian He",
  "license": "GPL-3.0",
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "rm -rf dist && tsc -b",
    "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
    "start": "TZ=utc nest start",
    "start:dev": "TZ=utc nodemon",
    "start:prod": "TZ=utc node dist/main",
    "changelog:release": "echo \"Updating changelog $npm_package_version\" && npx chan release $npm_package_version --git-url \"https://github.com/subquery/subql\" --release-prefix=\"node/\""
  },
  "homepage": "https://github.com/subquery/subql",
  "repository": "github:subquery/subql",
  "bin": {
    "subql-node": "./bin/run"
  },
  "dependencies": {
    "@apollo/client": "^3.14.0",
    "@nestjs/common": "^11.0.16",
    "@nestjs/core": "^11.0.7",
    "@nestjs/event-emitter": "^3.0.0",
    "@nestjs/platform-express": "^11.0.7",
    "@nestjs/schedule": "^5.0.1",
    "@polkadot/api": "^16.4.7",
    "@subql/common-substrate": "~4.5.5",
    "@subql/node-core": "~19.0.0",
    "@subql/types": "~3.15.0",
    "@subql/utils": "~2.22.1",
    "fetch-h2": "3.0.2",
    "lodash": "^4.17.21",
    "reflect-metadata": "^0.2.2"
  },
  "devDependencies": {
    "@nestjs/schematics": "^11.0.0",
    "@nestjs/testing": "^11.0.7",
    "@types/express": "^4.17.21",
    "@types/jest": "^27.5.2",
    "@types/lodash": "^4.17.20",
    "dotenv": "^16.4.5",
    "graphql": "^15.8.0",
    "nodemon": "^3.1.4",
    "rimraf": "^5.0.10"
  },
  "files": [
    "/dist",
    "!/dist/**/*.spec.js",
    "!/dist/**/*.spec.d.ts",
    "!/dist/**/*.spec.js.map",
    "!/dist/**/*.test.js",
    "!/dist/**/*.test.d.ts",
    "!/dist/**/*.test.js.map",
    "/bin",
    "package.json",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ]
}