UNPKG

@hotwax/oms-api

Version:

The OMS API package comes with prebuilt methods that helps communicate with HotWax Commerce OMS using Rest API

51 lines (50 loc) 1.29 kB
{ "name": "@hotwax/oms-api", "version": "1.22.0", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "tsc": "tsc --noEmit false --emitDeclarationOnly", "build": "babel src --out-dir lib --extensions '.js,.ts,.tsx,.jsx' && npm run tsc" }, "author": "HotWax Commerce", "license": "Apache-2.0", "devDependencies": { "@babel/cli": "^7.18.10", "@babel/core": "^7.18.10", "@babel/preset-env": "^7.18.10", "@babel/preset-typescript": "^7.18.6", "@types/qs": "^6.9.7", "@typescript-eslint/eslint-plugin": "^5.27.0", "@typescript-eslint/parser": "^5.27.0", "babel-plugin-module-resolver": "^4.1.0", "eslint": "^8.16.0", "typescript": "^4.7.2" }, "dependencies": { "@types/node-json-transform": "^1.0.0", "axios": "^0.21.1", "axios-cache-adapter": "^2.7.3", "deepmerge": "^4.3.0", "http-status-codes": "^2.2.0", "node-json-transform": "^1.1.2", "qs": "^6.11.0" }, "repository": { "type": "git", "url": "https://github.com/hotwax/oms-api.git" }, "keywords": [ "typescript", "oms", "api", "oms-api", "hotwax-oms-api", "hotwax-api" ] }