-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 888 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
{
"name": "mobilemoney.js",
"version": "0.0.3",
"description": "About An API wrapper for MTN MobileMoney written in JavaScript & TypeScript.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"keywords": [
"mobilemoney",
"mtnopenapi",
"momoapi",
"mtnmomo",
"nodejs",
"javascript",
"typescript"
],
"author": "rewriteapi",
"license": "MIT",
"private": false,
"files": [
"lib/**/*"
],
"contributors": [
"Daniel TCHAKOUNTE <daniel@rewriteapi.cm>"
],
"repository": {
"type": "git",
"url": "https://github.com/rewriteapi/mobilemoney.js.git"
},
"homepage": "https://rewriteapi.cm/momo",
"devDependencies": {
"@types/node": "^18.8.3",
"@types/node-fetch": "^2.6.2",
"@types/uuid": "^8.3.4",
"typescript": "^4.8.4"
},
"dependencies": {
"node-fetch": "^2.6.7",
"uuid": "^9.0.0"
}
}