devtools-bp/libs/nestjs-paystack/package.json
semantic-release-bot f917a6f41c chore(release): -v1.3.0 [skip ci]
## [1.3.0](https://github.com/brianpooe/devtools-bp/compare/v1.2.0...v1.3.0) (2023-07-17)

### Features

* added demo for remove subaccount from split ([6f49330](6f49330c6a))
* added remove subaccount from split api ([2377df9](2377df907d))
* remove subaccount from transaction split ([301cd62](301cd62ceb))

### Bug Fixes

* model imports to be part of barrel ([17eb136](17eb136ca4))
2023-07-17 18:14:44 +00:00

42 lines
1.1 KiB
JSON

{
"name": "@devtools-bp/nestjs-paystack",
"description": "Powerful library that provides seamless integration with the Paystack payment gateway for your NestJS applications. You can easily handle payment transactions with minimal effort.",
"version": "1.3.0",
"scripts": {
"test": "echo \"Error:no test specified\" && exit 1"
},
"author": {
"name": "Brian Pooe",
"email": "brian.method@gmail.com"
},
"type": "commonjs",
"license": "MIT",
"bugs": {
"url": "https://github.com/brianpooe/devtools-bp/issues",
"email": "brian.method@gmail.com"
},
"homepage": "https://github.com/brianpooe/devtools-bp/tree/main/libs/ns-paystack#readme",
"keywords": [
"nestjs",
"paystack",
"nestjs-paystack",
"library",
"wrapper",
"payment",
"devtools-bp",
"typesafe-paystack"
],
"peerDependencies": {
"@nestjs/common": "^9.1.1",
"@nestjs/core": "^9.1.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"@nestjs/config": "^2.3.2"
},
"publishConfig": {
"access": "public"
},
"maintainers": [
"Brian Pooe"
]
}