-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 898 Bytes
/
package.json
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
37
38
39
40
41
42
43
44
{
"type": "commonjs",
"name": "mtnmomocg",
"version": "2.4.0",
"description": "MTN MOMO Nodejs package ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc"
},
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/k2pme/MOMO.git"
},
"keywords": [
"MTN",
"MOMO",
"API"
],
"author": "Clodlin MANTSILA",
"license": "MIT",
"bugs": {
"url": "https://github.com/k2pme/MOMO/issues"
},
"homepage": "https://github.com/k2pme/MOMO#readme",
"dependencies": {
"axios": "^1.6.7",
"base-64": "^1.0.0",
"utf8": "^3.0.0",
"uuid4": "^2.0.3"
},
"devDependencies": {
"@types/base-64": "^1.0.2",
"@types/node": "^22.5.5",
"@types/utf8": "^3.0.3",
"@types/uuid4": "^2.0.3",
"jest": "^29.7.0",
"typescript": "^5.6.2"
}
}