File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " paystack" ,
3- "version" : " 0.5 .1" ,
3+ "version" : " 1.0.0-beta .1" ,
44 "description" : " Paystack API wrapper for Node" ,
55 "author" : " Paystack <integrations@paystack.com> (https://paystack.com/docs)" ,
66 "keywords" : [
77 " paystack" ,
88 " payment" ,
99 " cards" ,
10- " charge" ,
10+ " charge" ,
1111 " recurring payment" ,
1212 " subscriptions" ,
1313 " transfers" ,
1414 " single transfers" ,
15- " bulk transfers" ,
16- " send money" ,
15+ " bulk transfers" ,
16+ " send money" ,
1717 " multi splits"
1818 ],
19- "homepage" : " https://github.com/owner/project" ,
20- "bugs" : " https://github.com/owner/project/issues" ,
19+ "homepage" : " https://github.com/PaystackOSS/paystack-node" ,
20+ "bugs" : {
21+ "url" : " https://github.com/PaystackOSS/paystack-node/issues"
22+ },
2123 "license" : " MIT" ,
2224 "main" : " ./lib/index.js" ,
2325 "typings" : " ./lib/index.d.ts" ,
2830 "devDependencies" : {
2931 "@types/node" : " ^15.0.3" ,
3032 "typescript" : " ^3.6"
33+ },
34+ "directories" : {
35+ "lib" : " lib"
36+ },
37+ "repository" : {
38+ "type" : " git" ,
39+ "url" : " git+https://github.com/PaystackOSS/paystack-node.git"
3140 }
3241}
You can’t perform that action at this time.
0 commit comments