UNPKG

nestjs-yookassa

Version:

A NestJS library for integrating with YooKassa API

80 lines 2.05 kB
{ "name": "nestjs-yookassa", "version": "1.1.20", "description": "A NestJS library for integrating with YooKassa API", "keywords": [ "nest", "nestjs", "nestjs-module", "yookassa", "payment" ], "homepage": "https://nestjs-yookassa.ru", "repository": "git@github.com:teacoder-team/nestjs-yookassa.git", "license": "MIT", "author": { "name": "TeaCoder", "url": "https://teacoder.ru" }, "contributors": [ { "name": "Vadim Nechaev", "email": "help@teacoder.ru" } ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@nestjs/axios": "^3.1.2", "axios": "^1.7.7", "rxjs": "^7.8.1", "uuid": "^11.0.3" }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS" } }, "devDependencies": { "@nestjs/cli": "^10.0.0", "@nestjs/common": "^10.4.8", "@nestjs/core": "^10.4.8", "@nestjs/testing": "^10.0.0", "@types/express": "^4.17.17", "@types/jest": "^29.5.2", "@types/node": "^20.3.1", "@types/supertest": "^2.0.12", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.42.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "husky": "^9.1.7", "jest": "^29.5.0", "prettier": "^3.0.0", "reflect-metadata": "^0.1.13", "source-map-support": "^0.5.21", "supertest": "^6.3.3", "ts-jest": "^29.1.0", "ts-loader": "^9.4.3", "ts-node": "^10.9.1", "tsconfig-paths": "^4.2.0", "typescript": "^5.1.3" }, "peerDependencies": { "@nestjs/common": "^9.0.0 || ^10.0.0", "@nestjs/core": "^9.0.0 || ^10.0.0", "reflect-metadata": "^0.2.2", "typescript": "^4.1.2 || ^5.0.0" }, "scripts": { "build": "tsc -p tsconfig.json", "precommit": "lint-staged", "prepublish:npm": "npm run build", "publish:npm": "npm publish --access public" } }