{
  "name": "magento-api-rest-next",
  "version": "2.1.2",
  "description": "A NodeJS wrapper to work with Magento REST APIs.",
  "main": "index",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.mjs",
    "index.d.ts",
    "/lib/parser.js",
    "/lib/transform.js"
  ],
  "scripts": {
    "build": "babel index.mjs --out-dir .",
    "prepare": "npm run build",
    "test": "mocha --require @babel/register './**/*.spec.js'",
    "coverage": "nyc npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mGGk-fr/magento-api-rest.git"
  },
  "keywords": [
    "Magento",
    "Magento2",
    "eCommerce",
    "REST",
    "API",
    "JS",
    "NodeJS",
    "Javascript",
    "JSON"
  ],
  "author": "Guillaume Arino",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mGGk-fr/magento-api-rest/issues"
  },
  "homepage": "https://github.com/mGGk-fr/magento-api-rest#readme",
  "dependencies": {
    "axios": "^0.21.1",
    "oauth-1.0a": "^2.2.6"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/plugin-transform-modules-commonjs": "^7.12.1",
    "@babel/preset-env": "^7.12.11",
    "@babel/register": "^7.12.10",
    "chai": "^4.2.0",
    "mocha": "^6.2.3",
    "moxios": "^0.4.0",
    "nyc": "^15.1.0",
    "sinon": "^9.2.3"
  },
  "engines": {
    "node": ">=8.0.0"
  }
}
