UNPKG

@wallethero/sdk

Version:

TypeScript SDK for WalletHero API - manage pass templates and passes for Apple Wallet and Google Pay

65 lines (64 loc) 1.43 kB
{ "author": "WalletHero", "bugs": { "url": "https://github.com/wallethero/sdk/issues" }, "dependencies": { "@types/qrcode": "^1.5.5", "qrcode": "^1.5.4" }, "description": "TypeScript SDK for WalletHero API - manage pass templates and passes for Apple Wallet and Google Pay", "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "tsup": "^8.0.0", "typescript": "^5.0.0", "vitest": "^1.0.0" }, "engines": { "node": ">=18.0.0" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist" ], "homepage": "https://github.com/wallethero/sdk#readme", "keywords": [ "wallet", "apple-wallet", "google-pay", "passes", "sdk", "typescript", "api" ], "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", "name": "@wallethero/sdk", "peerDependencies": { "typescript": ">=4.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/wallethero/sdk.git" }, "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "lint": "eslint src/**/*.ts", "prepublishOnly": "npm run build", "test": "vitest", "typecheck": "tsc --noEmit" }, "types": "dist/index.d.ts", "version": "3.14.2" }