UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

67 lines (66 loc) 1.56 kB
{ "name": "@sumup/sdk", "version": "0.0.4", "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": "echo 'not yet implemented'", "lint": "biome check", "lint:fix": "biome check --write" }, "main": "./dist/index.cjs", "types": "./dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "default": "./dist/index.js" }, "devDependencies": { "@biomejs/biome": "^2.1.2", "@rslib/core": "^0.11.0", "rsbuild-plugin-dts": "^0.11.0", "rsbuild-plugin-publint": "^0.3.0", "ts-node": "^10.9.2", "typedoc": "^0.28.3", "typescript": "^5.7.3", "vitest": "^3.0.5" } }