RocketChat/Rocket.Chat

View on GitHub
packages/server-fetch/package.json

Summary

Maintainability
Test Coverage
{
    "name": "@rocket.chat/server-fetch",
    "version": "0.0.3",
    "private": true,
    "devDependencies": {
        "@types/jest": "~29.5.7",
        "eslint": "~8.45.0",
        "jest": "~29.6.4",
        "ts-jest": "~29.1.1",
        "typescript": "~5.3.3"
    },
    "scripts": {
        "lint": "eslint --ext .js,.jsx,.ts,.tsx .",
        "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
        "test": "jest",
        "build": "rm -rf dist && tsc -p tsconfig.json",
        "dev": "tsc -p tsconfig.json --watch --preserveWatchOutput"
    },
    "main": "./dist/index.js",
    "typings": "./dist/index.d.ts",
    "files": [
        "/dist"
    ],
    "volta": {
        "extends": "../../package.json"
    },
    "dependencies": {
        "@types/proxy-from-env": "^1.0.3",
        "http-proxy-agent": "^5.0.0",
        "https-proxy-agent": "^5.0.1",
        "node-fetch": "2.3.0",
        "proxy-from-env": "^1.1.0"
    }
}