devtools-bp/libs/ns-paystack/package.json

46 lines
1.4 KiB
JSON

{
"name": "@devtools-bp/ns-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.0.0",
"scripts": {
"test": "echo \"Error:no test specified\" && exit 1"
},
"author": {
"name": "Brian Pooe",
"email": "brian.method@gmail.com"
},
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/brianpooe/devtools-bp.git",
"directory": "libs/ns-paystack"
},
"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",
"ns-paystack",
"library",
"wrapper",
"payment",
"integration",
"API"
],
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com",
"tag": "latest"
},
"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"
}
}