{
  "name": "@dcl/platform-server-commons",
  "version": "0.0.5",
  "description": "Platform's Http Server Common utils",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "build:watch": "tsc -p tsconfig.json --watch",
    "lint:check": "eslint '**/*.{js,ts}'",
    "lint:fix": "eslint '**/*.{js,ts}' --fix",
    "test": "jest --forceExit --detectOpenHandles --verbose",
    "test:coverage": "jest --forceExit --detectOpenHandles --coverage --verbose"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/decentraland/platform-server-commons.git"
  },
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "none",
    "tabWidth": 2
  },
  "keywords": [
    "middleware",
    "well-known-components"
  ],
  "author": "Decentraland",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/decentraland/platform-server-commons/issues"
  },
  "homepage": "https://github.com/decentraland/platform-server-commons#readme",
  "dependencies": {
    "@well-known-components/http-server": "^2.1.0",
    "@well-known-components/interfaces": "^1.4.3",
    "node-fetch": "^2.7.0"
  },
  "devDependencies": {
    "@dcl/eslint-config": "^2.1.0",
    "@well-known-components/logger": "^3.1.3",
    "@well-known-components/test-helpers": "^1.5.4",
    "typescript": "^5.3.3"
  },
  "commit": "fc8e618d0b75cd6277aaf86fabc03212066eaa10"
}
