-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 848 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@tecafrik/africa-payment-sdk",
"version": "1.2.13",
"description": "A single SDK to integrate all african payment providers seamlessly",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "npx tsc",
"build:watch": "npx tsc --watch"
},
"keywords": [
"africa",
"payment",
"mobile",
"money"
],
"author": "Saalihou Ndiaye",
"license": "MIT",
"dependencies": {
"apisauce": "^3.0.1",
"eventemitter2": "^6.4.9",
"libphonenumber-js": "^1.10.37",
"lodash": "^4.17.21",
"stripe": "^13.8.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.199",
"@types/node": "^20.4.1",
"axios-mock-adapter": "^1.22.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
},
"types": "dist/index.d.ts"
}