nestjs-yookassa
Version:
A NestJS library for integrating with YooKassa API
94 lines • 2.39 kB
JSON
{
"name": "nestjs-yookassa",
"version": "2.3.6",
"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": "admin@teacoder.ru"
},
{
"name": "Roman Tatarinov",
"url": "https://github.com/rtatarinov"
},
{
"name": "Rogov Vladislav",
"url": "https://github.com/Color-Kat"
},
{
"name": "Dmitry",
"url": "https://github.com/xysed"
}
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@nestjs/axios": "^4.0.1",
"axios": "^1.11.0",
"https-proxy-agent": "^7.0.6",
"ipaddr.js": "^2.3.0",
"rxjs": "^7.8.2",
"undici": "^7.16.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"
}
},
"devDependencies": {
"@nestjs/cli": "^11.0.10",
"@nestjs/common": "^11.1.6",
"@nestjs/core": "^11.1.6",
"@nestjs/testing": "^11.1.6",
"@types/express": "^5.0.3",
"@types/jest": "^30.0.0",
"@types/node": "^24.3.0",
"@types/supertest": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^8.40.0",
"@typescript-eslint/parser": "^8.40.0",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"husky": "^9.1.7",
"jest": "^30.0.5",
"prettier": "^3.6.2",
"reflect-metadata": "^0.2.2",
"source-map-support": "^0.5.21",
"supertest": "^7.1.4",
"ts-jest": "^29.4.1",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.9.2"
},
"peerDependencies": {
"@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0 || ^11.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"
}
}