@anuragchvn-blip/mandatekit
Version:
Production-ready Web3 autopay SDK for crypto-based recurring payments using EIP-712 mandates
82 lines (81 loc) • 2.06 kB
JSON
{
"name": "@anuragchvn-blip/mandatekit",
"version": "1.0.0",
"description": "Production-ready Web3 autopay SDK for crypto-based recurring payments using EIP-712 mandates",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./client": {
"types": "./dist/client/index.d.ts",
"import": "./dist/client/index.js"
},
"./relayer": {
"types": "./dist/relayer/index.d.ts",
"import": "./dist/relayer/index.js"
},
"./utils": {
"types": "./dist/utils/index.d.ts",
"import": "./dist/utils/index.js"
},
"./adapters": {
"types": "./dist/adapters/index.d.ts",
"import": "./dist/adapters/index.js"
},
"./contracts": {
"types": "./dist/contracts/index.d.ts",
"import": "./dist/contracts/index.js"
}
},
"sideEffects": false,
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "vitest",
"test:coverage": "vitest --coverage",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"prepare": "npm run build"
},
"keywords": [
"web3",
"autopay",
"recurring-payments",
"eip-712",
"mandate",
"ethereum",
"crypto",
"subscription",
"pull-payment"
],
"author": "anuragchvn-blip",
"license": "MIT",
"files": [
"dist",
"README.md",
"LICENSE"
],
"peerDependencies": {
"viem": "^2.0.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"viem": "^2.0.0",
"vitest": "^1.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/anuragchvn-blip/MandateKit.git"
}
}