UNPKG

@getpaidhq/sdk

Version:

TypeScript SDK for GetPaidHQ API - Comprehensive subscription billing platform

112 lines (111 loc) 3 kB
{ "name": "@getpaidhq/sdk", "version": "1.7.0", "description": "TypeScript SDK for GetPaidHQ API - Comprehensive subscription billing platform", "type": "module", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist/**/*", "README.md", "LICENSE" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" }, "./client": { "types": "./dist/client.d.ts", "import": "./dist/client.js", "require": "./dist/client.js" }, "./resources": { "types": "./dist/resources/index.d.ts", "import": "./dist/resources/index.mjs", "require": "./dist/resources/index.js" }, "./types": { "types": "./dist/types/index.d.ts", "import": "./dist/types/index.mjs", "require": "./dist/types/index.js" }, "./errors": { "types": "./dist/errors/errors.d.ts", "import": "./dist/errors/errors.mjs", "require": "./dist/errors/errors.js" } }, "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest run", "test:watch": "vitest watch", "test:coverage": "vitest run --coverage", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", "type-check": "tsc --noEmit", "prepublishOnly": "pnpm run build", "semantic-release": "semantic-release", "preinstall": "npx only-allow pnpm" }, "keywords": [ "getpaidhq", "billing", "subscription", "payments", "api", "sdk", "typescript" ], "author": "GetPaidHQ <support@getpaidhq.co>", "license": "MIT", "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/getpaidhqco/typescript-sdk.git" }, "bugs": { "url": "https://github.com/getpaidhqco/typescript-sdk/issues" }, "homepage": "https://getpaidhq.co", "dependencies": { "axios": "^1.7.7", "axios-retry": "^4.5.0" }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@eslint/js": "^9.0.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.3", "@semantic-release/npm": "^12.0.2", "@types/node": "^22.8.0", "@typescript-eslint/eslint-plugin": "^8.13.0", "@typescript-eslint/parser": "^8.13.0", "@vitest/coverage-v8": "^2.1.5", "typescript-eslint": "^7.0.0", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "husky": "^9.1.7", "msw": "^2.6.0", "prettier": "^3.3.3", "semantic-release": "^24.2.7", "tsup": "^8.3.5", "typescript": "^5.6.3", "vitest": "^2.1.5" }, "engines": { "node": ">=18", "pnpm": ">=10.0.0" }, "peerDependencies": { "pnpm": "^10.0.0" }, "packageManager": "pnpm@10.0.0" }