{ "name": "@pnpm/fetch", "version": "1.0.1", "description": "node-fetch with retries", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "engines": { "node": ">=10" }, "scripts": { "lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", "tsc": "rimraf lib && tsc && cpy src/**/*.d.ts lib", "test": "pnpm run tsc && pnpm run lint", "prepublishOnly": "pnpm run tsc" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/fetch", "keywords": [ "fetch", "npm" ], "author": "Zoltan Kochan (https://www.kochan.io/)", "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/fetch#readme", "dependencies": { "@zeit/fetch-retry": "4.0.1", "node-fetch": "2.6.0", "node-fetch-unix": "2.3.0" }, "devDependencies": { "@types/node-fetch": "^2.5.3", "cpy-cli": "2.0.0", "rimraf": "3.0.0" } }