@dcl/platform-server-commons
Version:
Platform's Http Server Common utils
50 lines (49 loc) • 1.49 kB
JSON
{
"name": "@dcl/platform-server-commons",
"version": "1.0.1",
"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/http-server": "^1.0.0",
"@dcl/schemas": "^18.0.0",
"@well-known-components/interfaces": "^1.4.3",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@dcl/eslint-config": "^2.4.3",
"@well-known-components/logger": "^3.1.3",
"@well-known-components/test-helpers": "^1.5.8",
"typescript": "^5.3.3"
},
"commit": "6f67d92ce3d0582e64d563972a3ea827462f389a"
}