aramex-service-api
Version:
An Aramex client package for shipment operations using TypeScript and OOP.
31 lines (30 loc) • 654 B
JSON
{
"name": "aramex-service-api",
"version": "1.0.2",
"description": "An Aramex client package for shipment operations using TypeScript and OOP.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"aramex",
"shipment",
"api",
"typescript",
"oop"
],
"author": "Your Name",
"license": "MIT",
"devDependencies": {
"@types/xml2js": "^0.4.14",
"typescript": "^4.8.4"
},
"dependencies": {
"moment": "^2.30.1",
"path": "^0.12.7",
"strong-soap": "^4.1.9",
"xml2js": "^0.6.2"
}
}