UNPKG

yookassa-sdk-node

Version:
62 lines (61 loc) 1.52 kB
{ "name": "yookassa-sdk-node", "version": "0.1.0", "description": "YooKassa TypeScript SDK", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { "import": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "require": "./dist/index.js" } }, "files": [ "src", "dist" ], "scripts": { "prepublishOnly": "npm run build", "build": "tsup src/index.ts --dts --format esm,cjs --clean --sourcemap", "prettier": "prettier . --write", "generate-openapi": "npx openapi-typescript ./src/openapi.yaml -o ./src/openapi.d.ts && npm run prettier" }, "repository": { "type": "git", "url": "git+https://github.com/fedorov-xyz/yookassa-sdk.git" }, "keywords": [ "yookassa", "yoomoney", "yoocheckout", "sdk", "typescript", "fetch", "nodejs" ], "author": "Igor Fedorov", "license": "MIT", "bugs": { "url": "https://github.com/fedorov-xyz/yookassa-sdk/issues" }, "homepage": "https://github.com/fedorov-xyz/yookassa-sdk#readme", "devDependencies": { "@eslint/js": "^9.30.1", "@types/eslint__js": "^8.42.3", "eslint": "^9.30.1", "eslint-config-prettier": "^9.1.0", "prettier": "^3.6.2", "prettier-plugin-jsdoc": "^1.3.3", "tsup": "^8.5.0", "typescript": "^5.6.0", "typescript-eslint": "^8.35.1" }, "dependencies": { "openapi-fetch": "^0.14.0" } }