-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1013 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
{
"name": "terminal_africa_nodesdk",
"version": "1.0.4",
"description": "The Terminal Shipping API (TShip) provides a single interface for integrating shipping carriers such as Aramex, DHL Express, Fedex using terminal africa",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emeraldhycient/terminal.africa.git"
},
"keywords": [
"shipping",
"dhl",
"fedex",
"sdk",
"typescript",
"ts",
"delivery",
"hycient"
],
"author": "Hycient Igweze",
"license": "ISC",
"bugs": {
"url": "https://github.com/emeraldhycient/terminal.africa/issues"
},
"homepage": "https://github.com/emeraldhycient/terminal.africa#readme",
"devDependencies": {
"@types/node": "^20.10.4",
"typescript": "^5.3.3"
},
"dependencies": {
"@types/axios": "^0.14.0",
"axios": "^1.6.2"
}
}