-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 856 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
{
"name": "gepgfun",
"version": "0.0.120",
"description": " Gepg emulator, for testing gepg payment/ bill cancellation and control number generating.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js serve",
"dev": "nodemon --exec ts-node index.ts serve"
},
"bin": {
"gepgfun": "dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mikemasam/gepgfun.git"
},
"keywords": [
"gepg",
"gepg payment",
"gepg test",
"tanzania"
],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.5.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"minimist": "^1.2.8",
"xml2js": "^0.6.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/minimist": "^1.2.2",
"@types/xml2js": "^0.4.11"
}
}