terminal-africa
Version:
## Introduction The Terminal Shipping API (TShip) provides a single interface for integrating shipping carriers within your applications. The API allows anyone to programatically get shipping rates and arrange pickup and delivery.
72 lines (71 loc) • 1.61 kB
JSON
{
"name": "terminal-africa",
"version": "1.0.5",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielozeh/node-terminal-africa.git"
},
"keywords": [
"shipping",
"terminal africa",
"node",
"javascript",
"typescript",
"address",
"parcel",
"packaging",
"carriers",
"rates",
"shipment",
"node package",
"dhl",
"fedex",
"gig",
"kwik",
"vue",
"dellyman",
"couriers",
"terminal-africa",
"logistics",
"africa",
"ups",
"aramex"
],
"author": "Daniel Ozeh <hello@danielozeh.com.ng>",
"license": "ISC",
"bugs": {
"url": "https://github.com/danielozeh/node-terminal-africa/issues"
},
"homepage": "https://github.com/danielozeh/node-terminal-africa#readme",
"devDependencies": {
"@types/jest": "^29.5.2",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.1.3"
},
"files": [
"lib/**/*"
],
"dependencies": {
"@types/dotenv": "^8.2.0",
"axios": "^1.4.0",
"dotenv": "^16.3.1"
}
}