UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

73 lines (72 loc) 1.73 kB
{ "name": "@sumup/sdk", "version": "0.0.11", "description": "The official TypeScript SDK for the SumUp API", "keywords": [ "nodejs", "sdk", "sumup", "sumup-ts", "sumup sdk" ], "homepage": "https://github.com/sumup/sumup-ts", "bugs": { "url": "https://github.com/sumup/sumup-ts/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sumup/sumup-ts.git" }, "license": "Apache-2.0", "author": "SumUp <support@sumup.com> (https://sumup.com/)", "type": "module", "files": [ "dist", "README.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "LICENSE.md" ], "engines": { "node": ">=18" }, "publishConfig": { "provenance": true, "access": "public" }, "scripts": { "prebuild": "npm run lint:fix", "build": "rslib build", "build:watch": "rslib build --watch", "inspect": "rslib inspect", "test": "vitest", "tsc": "tsc", "prerelease": "npm run build", "generate": "node ../codegen/dist/index.cjs ../openapi.json ./src/", "lint": "biome check", "lint:fix": "biome check --write", "docs": "typedoc --cleanOutputDir --out ../docs/" }, "main": "./dist/index.cjs", "types": "./dist/index.d.ts", "exports": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "devDependencies": { "@biomejs/biome": "^2.1.2", "@rslib/core": "^0.18.0", "rsbuild-plugin-dts": "^0.18.0", "rsbuild-plugin-publint": "^0.3.0", "ts-node": "^10.9.2", "typedoc": "^0.28.3", "typescript": "^5.7.3", "vitest": "^4.0.3" } }