{
  "name": "@subql/utils",
  "version": "2.22.1",
  "description": "",
  "scripts": {
    "build": "tsc -b",
    "changelog:release": "echo \"Updating changelog $npm_package_version\" && npx chan release $npm_package_version --git-url \"https://github.com/subquery/subql\" --release-prefix=\"utils/\""
  },
  "homepage": "https://github.com/subquery/subql",
  "repository": "github:subquery/subql",
  "author": "SubQuery Pty. Limited",
  "main": "dist/index.js",
  "license": "GPL-3.0",
  "dependencies": {
    "@polkadot/util": "^13.5.6",
    "@polkadot/util-crypto": "^13.5.6",
    "@subql/x-sequelize": "6.32.0-0.0.4",
    "chalk": "^4.1.2",
    "detect-port": "^1.6.1",
    "flatted": "^3.3.3",
    "graphql": "^15.8.0",
    "graphql-tag": "^2.12.6",
    "lodash": "^4.17.21",
    "pino": "^6.13.3",
    "rotating-file-stream": "^3.2.3"
  },
  "devDependencies": {
    "@types/detect-port": "^1.3.5",
    "@types/pino": "^6.3.12"
  },
  "files": [
    "/dist",
    "!/dist/**/*.spec.js",
    "!/dist/**/*.spec.d.ts",
    "!/dist/**/*.spec.js.map",
    "!/dist/**/*.test.js",
    "!/dist/**/*.test.d.ts",
    "!/dist/**/*.test.js.map",
    "package.json",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ]
}