UNPKG

@dcl/platform-server-commons

Version:
50 lines (49 loc) 1.5 kB
{ "name": "@dcl/platform-server-commons", "version": "0.2.0", "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": { "@dcl/schemas": "^16.9.0", "@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": "d9cef0c91bcf35a5664aad36e48dd93ef5d11924" }