UNPKG

@turnkey/api-key-stamper

Version:

API key stamper for @turnkey/http

60 lines 1.27 kB
{ "name": "@turnkey/api-key-stamper", "version": "0.4.4", "main": "./dist/index.js", "module": "./dist/index.mjs", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js", "default": "./dist/index.mjs" } }, "types": "./dist/index.d.ts", "license": "Apache-2.0", "description": "API key stamper for @turnkey/http", "keywords": [ "Turnkey", "http", "stamper", "api key" ], "author": { "name": "Turnkey", "url": "https://turnkey.com/" }, "homepage": "https://github.com/tkhq/sdk", "bugs": { "url": "https://github.com/tkhq/sdk/issues" }, "repository": { "type": "git", "url": "https://github.com/tkhq/sdk.git", "directory": "packages/api-key-stamper" }, "files": [ "dist/", "CHANGELOG.md" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=18.0.0" }, "browser": { "crypto": false }, "dependencies": { "@noble/curves": "^1.3.0", "sha256-uint8array": "^0.10.7", "@turnkey/encoding": "0.4.0" }, "scripts": { "build": "rollup -c", "clean": "rimraf ./dist ./.cache", "test": "jest", "typecheck": "tsc -p tsconfig.typecheck.json" } }