angular4-paystack
Version:
[](https://github.com/ashinzekene/angular4-paystack/actions/workflows/nodejs.yml)
45 lines • 1.06 kB
JSON
{
"name": "angular4-paystack",
"version": "3.1.4",
"peerDependencies": {
"@angular/common": "8.0.0 - 17.x.x",
"@angular/core": "8.0.0 - 17.x.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashinzekene/angular4-paystack.git"
},
"license": "MIT",
"author": {
"email": "ashinzekene@gmail.com",
"name": "Ashinze Ekene",
"url": "https://github.com/ashinzekene"
},
"bugs": {
"email": "ashinzekene@gmail.com",
"url": "https://github.com/ashinzekene/angular4-paystack/issues"
},
"keywords": [
"angular",
"paystack",
"transaction",
"payment"
],
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/angular4-paystack.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/angular4-paystack.mjs",
"esm": "./esm2022/angular4-paystack.mjs",
"default": "./fesm2022/angular4-paystack.mjs"
}
}
}