Files
pnpm/network/auth-header/package.json
2024-12-16 02:31:45 +01:00

48 lines
1.1 KiB
JSON

{
"name": "@pnpm/network.auth-header",
"version": "1000.0.1",
"description": "Gets the authorization header for the given URI",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=18.12"
},
"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"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/network/auth-header",
"keywords": [
"pnpm10",
"pnpm",
"auth"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/network/auth-header#readme",
"devDependencies": {
"@pnpm/network.auth-header": "workspace:*",
"safe-buffer": "catalog:"
},
"dependencies": {
"@pnpm/error": "workspace:*",
"nerf-dart": "catalog:"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}