UNPKG

magento2-api-wrapper

Version:

Minimal Magento 2 API library. Both node and browser compatible

39 lines 883 B
{ "name": "magento2-api-wrapper", "version": "v2.0.1", "description": "Minimal Magento 2 API library. Both node and browser compatible", "keywords": [ "magento2", "api", "ecommerce", "node", "javascript", "browser" ], "author": "lumnn", "repository": { "type": "git", "url": "git+https://gitlab.com/lumnn/magento2-api-wrapper.git" }, "license": "MIT", "bugs": { "url": "https://gitlab.com/lumnn/magento2-api-wrapper/issues" }, "main": "./script/Magento2Api.js", "module": "./esm/Magento2Api.js", "exports": { ".": { "import": "./esm/Magento2Api.js", "require": "./script/Magento2Api.js" } }, "scripts": { "test": "node test_runner.js" }, "devDependencies": { "@types/node": "^20.9.0", "picocolors": "^1.0.0", "@deno/shim-deno": "~0.18.0" }, "_generatedBy": "dnt@0.40.0" }