@myorb/dhl-express
Version:
DHL Express api client
38 lines (37 loc) • 816 B
JSON
{
"name": "@myorb/dhl-express",
"version": "1.0.0",
"description": "DHL Express api client",
"author": "Alex Shalaiev",
"keywords": [
"typescript",
"DHL",
"DHL-Api",
"DHL-Express-Api-client"
],
"license": "Apache-2.0",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc --outDir dist/",
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"@types/node": "^17.0.31",
"typescript": "^4.6.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myorb/dhl-express-js.git"
},
"bugs": {
"url": "https://github.com/myorb/dhl-express-js/issues"
},
"homepage": "https://github.com/myorb/dhl-express-js#readme",
"files": [
"dist/**"
]
}