@turnkey/api-key-stamper
Version:
API key stamper for @turnkey/http
62 lines • 1.33 kB
JSON
{
"name": "@turnkey/api-key-stamper",
"version": "0.6.6",
"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": "git+https://github.com/tkhq/sdk.git",
"directory": "packages/api-key-stamper"
},
"files": [
"dist/",
"CHANGELOG.md",
"README.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.6.0",
"@turnkey/crypto": "2.9.0"
},
"scripts": {
"build": "rollup -c",
"clean": "rimraf ./dist ./.cache",
"test": "jest",
"typecheck": "tsc -p tsconfig.typecheck.json"
}
}