The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/server-fetch/package.json

31 lines
736 B

{
"name": "@rocket.chat/server-fetch",
"version": "0.0.3",
"private": true,
"devDependencies": {
"@types/node-fetch": "~2.6.11",
"eslint": "~8.45.0",
"typescript": "~5.7.2"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"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.4",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.5",
"node-fetch": "2.7.0",
"proxy-from-env": "^1.1.0"
}
}