@acusti/aws-signature-v4
Version:
A lightweight isomorphic module to generate request headers that fulfill the AWS SigV4 signing process
50 lines (49 loc) • 1.31 kB
JSON
{
"name": "@acusti/aws-signature-v4",
"version": "2.0.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"description": "A lightweight isomorphic module to generate request headers that fulfill the AWS SigV4 signing process",
"keywords": [
"aws",
"aws-sigv4",
"crypto",
"isomorphic",
"universal",
"node",
"browser",
"typescript",
"ts"
],
"scripts": {
"test": "vitest",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
"directory": "packages/aws-signature-v4"
},
"author": "andrew patton <andrew@acusti.ca> (https://www.acusti.ca)",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/acusti/uikit/issues"
},
"homepage": "https://github.com/acusti/uikit/tree/main/packages/aws-signature-v4#readme",
"devDependencies": {
"@types/node": "^22.15.21",
"typescript": "5.8.3",
"unplugin-dts": "^1.0.0-beta.0",
"vite": "^6.3.5",
"vitest": "^3.1.4"
},
"engines": {
"node": ">=20"
}
}