{
  "name": "@eth-inura/common-ts",
  "version": "0.1.0",
  "description": "[Inura] Advanced typescript tooling used by various services",
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist/*",
    "src/*"
  ],
  "scripts": {
    "all": "pnpm clean && pnpm build && pnpm test && pnpm lint:fix && pnpm lint",
    "build": "tsc -p tsconfig.json",
    "clean": "rimraf dist/ ./tsconfig.tsbuildinfo",
    "preinstall": "npx only-allow pnpm",
    "lint:check": "eslint . --max-warnings=0",
    "lint:fix": "pnpm lint:check --fix",
    "lint": "pnpm lint:fix && pnpm lint:check",
    "pre-commit": "lint-staged",
    "test": "ts-mocha test/*.spec.ts",
    "test:coverage": "nyc ts-mocha test/*.spec.ts && nyc merge .nyc_output coverage.json"
  },
  "keywords": [
    "inura",
    "ethereum",
    "common",
    "typescript"
  ],
  "homepage": "https://github.com/inuraorg/inura/tree/master/packages/common-ts#readme",
  "license": "MIT",
  "author": "Inura",
  "repository": {
    "type": "git",
    "url": "https://github.com/inuraorg/inura.git"
  },
  "dependencies": {
    "@eth-inura/core-utils": "workspace:*",
    "@sentry/node": "^7.80.0",
    "bcfg": "^0.2.1",
    "body-parser": "^1.20.2",
    "commander": "^11.1.0",
    "dotenv": "^16.3.1",
    "envalid": "^8.0.0",
    "ethers": "^5.7.2",
    "express": "^4.18.2",
    "express-prom-bundle": "^6.6.0",
    "lodash": "^4.17.21",
    "morgan": "^1.10.0",
    "pino": "^8.16.2",
    "pino-multi-stream": "^6.0.0",
    "pino-sentry": "^0.14.0",
    "prom-client": "^14.2.0"
  },
  "devDependencies": {
    "@ethersproject/abstract-provider": "^5.7.0",
    "@ethersproject/abstract-signer": "^5.7.0",
    "@types/express": "^4.17.19",
    "@types/morgan": "^1.9.7",
    "@types/pino": "^7.0.5",
    "@types/pino-multi-stream": "^5.1.5",
    "chai": "^4.3.10",
    "supertest": "^6.3.3"
  }
}
