{
  "name": "@aleph-indexer/bsc",
  "repository": {
    "url": "https://github.com/aleph-im/aleph-indexer-framework"
  },
  "version": "1.7.3",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "ALEPH.im",
  "license": "ISC",
  "peerDependencies": {
    "graphql": "^16.x",
    "graphql-type-json": "^0.3.x",
    "luxon": "3.x"
  },
  "devDependencies": {
    "@types/luxon": "3.2.0",
    "@types/node": "^17.0.33",
    "graphql": "^16.9.0",
    "graphql-type-json": "^0.3.2",
    "luxon": "3.2.1"
  },
  "dependencies": {
    "@aleph-indexer/core": "^1.7.3",
    "@aleph-indexer/ethereum": "^1.7.3",
    "@aleph-indexer/framework": "^1.7.3",
    "moleculer": "^0.14.24"
  },
  "typedoc": {
    "entryPoint": "./index.ts",
    "displayName": "Bsc Indexer Framework"
  },
  "gitHead": "44e07871ff114b824f2d74e2a26eb5ea5265d9a1"
}
