UNPKG

@bharath-ravi/clickwrap-sdk

Version:

Framework-agnostic Clickwrap SDK for JavaScript/TypeScript projects

48 lines 1.09 kB
{ "name": "@bharath-ravi/clickwrap-sdk", "version": "1.1.2", "description": "Framework-agnostic Clickwrap SDK for JavaScript/TypeScript projects", "keywords": [ "clickwrap", "sdk", "typescript", "framework-agnostic", "spotdraft" ], "author": "SpotDraft", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/spotdraft/monorepo.git", "directory": "libs/clickwrap/clickwrap-client-sdk" }, "homepage": "https://github.com/spotdraft/monorepo/tree/master/libs/clickwrap/clickwrap-client-sdk", "bugs": { "url": "https://github.com/spotdraft/monorepo/issues" }, "main": "./index.js", "module": "./index.mjs", "types": "./index.d.ts", "exports": { ".": { "import": "./index.mjs", "require": "./index.js", "types": "./index.d.ts" } }, "type": "commonjs", "sideEffects": false, "files": [ "index.js", "index.mjs", "index.d.ts", "bootstrap/", "README.md" ], "engines": { "node": ">=14.0.0" }, "publishConfig": { "access": "public" } }