## [1.8.0](https://github.com/brianpooe/devtools-bp/compare/v1.7.0...v1.8.0) (2023-07-22) ### Features * added demo for listing states by country ([1288aab](1288aabf9c)) * added demo for listing supported countries ([9d7cd67](9d7cd67fac)) * added list states by country api ([5998a31](5998a3189a)) * added list supported countries api ([c3812d7](c3812d7e84)) ### Bug Fixes * rename miscellaneous service ([6b42247](6b42247c2a))
41 lines
1.1 KiB
JSON
41 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.8.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/nestjs-paystack#readme",
|
|
"keywords": [
|
|
"nestjs",
|
|
"paystack",
|
|
"nestjs-paystack",
|
|
"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"
|
|
]
|
|
}
|