{
  "name": "ton-middlewares",
  "version": "0.2.1",
  "description": "Middlewares for lambda api",
  "author": "Ton Stone",
  "contributors": [
    "Emerson Katsumi Matsumoto <emerson.matsumoto@pagar.me> (https://github.com/emersonmatsumoto)"
  ],
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "test": "jest",
    "test:watch": "LOGGER_LEVEL=silent jest --watch",
    "test:coverage": "LOGGER_LEVEL=silent jest --coverage",
    "lint": "tsc --noEmit && eslint --cache --ext .ts src/",
    "build": "tsc -p tsconfig.build.json"
  },
  "files": [
    "lib/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stone-ton/ton-middlewares.git"
  },
  "keywords": [],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/stone-ton/ton-middlewares/issues"
  },
  "homepage": "https://github.com/stone-ton/ton-middlewares#readme",
  "dependencies": {
    "axios": "~1.7.7",
    "jsonwebtoken": "~9.0.2",
    "jwk-to-pem": "~2.0.6"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/jsonwebtoken": "^9.0.6",
    "@types/jwk-to-pem": "^2.0.3",
    "@types/node": "^22.5.4",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "eslint": "^8.56.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-promise": "^6.1.1",
    "jest": "^29.7.0",
    "jest-mock-extended": "^3.0.7",
    "ts-jest": "^29.2.5",
    "typescript": "^5.5.4"
  }
}