UNPKG

@unitpay/sdk

Version:

Official Node.js SDK for UnitPay - usage-based billing, invoicing, and analytics

58 lines (57 loc) 1.23 kB
{ "name": "@unitpay/sdk", "version": "1.0.4", "description": "Official Node.js SDK for UnitPay - usage-based billing, invoicing, and analytics", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts --clean", "test": "vitest", "lint": "eslint src/", "prepublishOnly": "npm run build" }, "keywords": [ "unitpay", "billing", "usage-based", "invoicing", "sdk", "api", "metering", "subscriptions" ], "author": "UnitPay", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/unitpayhq/platform", "directory": "packages/sdk" }, "homepage": "https://useunitpay.com", "bugs": { "url": "https://github.com/unitpayhq/platform/issues" }, "engines": { "node": ">=16.0.0" }, "dependencies": { "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsup": "^8.0.0", "typescript": "^5.3.0", "vitest": "^1.0.0" } }