Files
pnpm/network/auth-header/package.json
2025-05-13 16:01:19 +02:00

48 lines
1.1 KiB
JSON

{
"name": "@pnpm/network.auth-header",
"version": "1000.0.3",
"description": "Gets the authorization header for the given URI",
"keywords": [
"pnpm",
"pnpm10",
"auth"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/blob/main/network/auth-header",
"homepage": "https://github.com/pnpm/pnpm/blob/main/network/auth-header#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "tsc --build && pnpm run lint --fix"
},
"dependencies": {
"@pnpm/config.nerf-dart": "catalog:",
"@pnpm/error": "workspace:*"
},
"devDependencies": {
"@pnpm/network.auth-header": "workspace:*",
"safe-buffer": "catalog:"
},
"engines": {
"node": ">=18.12"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}