@turnkey/iframe-stamper
Version:
Iframe-based stamper for @turnkey/http
52 lines • 1.12 kB
JSON
{
"name": "@turnkey/iframe-stamper",
"version": "2.11.0",
"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": "Iframe-based stamper for @turnkey/http",
"keywords": [
"Turnkey",
"http",
"stamper"
],
"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/iframe-stamper"
},
"files": [
"dist/",
"CHANGELOG.md",
"README.md"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "rollup -c",
"clean": "rimraf ./dist ./.cache",
"test": "jest",
"typecheck": "tsc -p tsconfig.typecheck.json"
}
}