UNPKG

@viyet/magento-client

Version:

Sotheby's Home Custom Magento API Client

50 lines (49 loc) 1.27 kB
{ "name": "@viyet/magento-client", "version": "1.2.0-beta-4", "description": "Sotheby's Home Custom Magento API Client", "main": "dist/index.js", "scripts": { "build": "npm run build-docs && npm run build-ts && npm run tslint", "build-docs": "typedoc --out ./docs ./src --excludeExternals", "build-ts": "tsc", "prepublishOnly": "npm run build", "test": "mocha --require ts-node/register test/**/*.ts", "tslint": "tslint -c tslint.json -p tsconfig.json", "watch-ts": "tsc -w" }, "keywords": [ "Sotheby's", "Home", "Magento", "API", "client" ], "author": "Adrian Ramiro Gay Cattaneo", "license": "ISC", "devDependencies": { "@types/chai": "^4.1.7", "@types/lodash": "^4.14.120", "@types/mocha": "^5.2.5", "@types/nock": "^9.3.1", "chai": "^4.2.0", "mocha": "^5.2.0", "nock": "^10.0.6", "ts-node": "^8.0.2", "tslint": "^5.12.1", "typedoc": "^0.14.2", "typescript": "^3.2.4" }, "dependencies": { "@types/qs": "^6.5.3", "axios": "^0.18.0", "deepmerge": "^3.1.0", "lodash": "^4.17.11", "path-to-regexp": "^3.0.0", "qs": "^6.7.0" }, "repository": { "type": "git", "url": "git://github.com/viyet/magento-client.git" } }