@fgiova/aws-signature
Version:
[](https://www.npmjs.com/package/@fgiova/aws-signature)  [ • 2.01 kB
JSON
{
"name": "@fgiova/aws-signature",
"version": "3.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/esm-wrapper.mjs",
"require": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc && gen-esm-wrapper . dist/esm-wrapper.mjs",
"benchmark": "npm build && node --max-old-space-size=4096 benchmark/index.js",
"lint": "eslint 'src/**/*.ts'",
"test": "tap",
"test:esm": "npm run build && tap test-esm/",
"test:debug": "tap -T -O",
"test:coverage": "tap --coverage-report=lcovonly --coverage-report=text"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fgiova/aws-signature.git"
},
"author": "Francesco Giovannini <fgiova@fgiova.com>",
"license": "MIT",
"keywords": [
"aws",
"auth",
"authentication",
"aws-auth",
"aws-authentication",
"aws-signature",
"worker-threads"
],
"engines": {
"node": ">=20.0.0"
},
"tap": {
"show-full-coverage": true
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@sinclair/typebox": "^0.34.28",
"env-schema": "^6.0.1",
"lru-cache": "^11.0.2",
"piscina": "^4.8.0"
},
"devDependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@smithy/protocol-http": "^5.0.1",
"@smithy/signature-v4": "^5.0.1",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.17.23",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"benchmark": "^2.1.4",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"gen-esm-wrapper": "^1.1.3",
"microtime": "^3.1.1",
"semantic-release": "^24.2.3",
"tap": "^21.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
}
}