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

39 lines
931 B

{
"name": "@rocket.chat/server-fetch",
"version": "0.2.0",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"dev": "tsc --watch --preserveWatchOutput",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"typecheck": "tsc --noEmit",
"testunit": "jest"
},
"dependencies": {
"@rocket.chat/logger": "workspace:^",
"@rocket.chat/models": "workspace:^",
"@rocket.chat/tools": "workspace:^",
"@types/proxy-from-env": "^1.0.4",
"abort-controller": "^3.0.0",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6",
"node-fetch": "2.7.0",
"proxy-from-env": "^1.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node-fetch": "~2.6.13",
"eslint": "~9.39.4",
"jest": "^29.7.0",
"typescript": "~5.9.3"
},
"volta": {
"extends": "../../package.json"
}
}