@lexriver/yandex-pay
Version:
A TypeScript client for Yandex Pay API to integrate payment processing in your Node.js applications
56 lines • 1.37 kB
JSON
{
"name": "@lexriver/yandex-pay",
"version": "1.1.7",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/esm/index.d.ts"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"description": "A TypeScript client for Yandex Pay API to integrate payment processing in your Node.js applications",
"keywords": [
"yandex",
"yandex-pay",
"payments",
"api-client",
"ecommerce",
"yandexpay",
"яндекс-пэй",
"яндекс пэй",
"я пей"
],
"author": "LexRiver <LexRiver@gmail.com> (https://github.com/LexRiver/)",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.15.3",
"typescript": "^5.5.4",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^1.3.1"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/LexRiver/yandex-pay.git"
},
"dependencies": {
"dotenv": "^16.5.0"
},
"scripts": {
"pretest": "pnpm build",
"test": "vitest run",
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json && copy dist-cjs-package.json dist\\cjs\\package.json",
"test:watch": "vitest"
}
}