## [1.1.0](https://github.com/brianpooe/devtools-bp/compare/v1.0.0...v1.1.0) (2023-07-16) ### Features * added demo for update split transaction ([317e0f6](317e0f6485)) * added update split transaction ([02cb054](02cb054bb9)) * update split transaction by id ([33008f5](33008f5c42)) ### Bug Fixes * added http method put override ([703be44](703be44aca)) * resolved conflicts ([5e2c9b4](5e2c9b4ae1)) ### Chores * update readme for nestjs paystack ([363411d](363411d2b3)) * update readme for nestjs paystack ([#14](https://github.com/brianpooe/devtools-bp/issues/14)) ([62d43f9](62d43f9b19))
42 lines
1.1 KiB
JSON
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.1.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"
|
|
]
|
|
}
|