{
  "name": "@vue-storefront/magento-api",
  "version": "6.3.0",
  "sideEffects": false,
  "homepage": "https://github.com/vuestorefront/magento2",
  "bugs": {
    "url": "https://github.com/vuestorefront/magento2/issues"
  },
  "license": "MIT",
  "server": "server/index.js",
  "main": "./lib/index.cjs.js",
  "module": "./lib/index.es.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "rimraf lib server && rollup -c",
    "test": "yarn test:unit && yarn test:integration",
    "test:unit": "jest -c jest.config.ts --coverage",
    "test:integration": "echo 'No test step created for this package'",
    "lint": "eslint . --ext .ts,.js",
    "prepublish": "yarn build",
    "partial:types": "node ./possible-types.js",
    "dev": "rimraf lib server && rollup -c -w"
  },
  "dependencies": {
    "@apollo/client": "3.8.7",
    "@vue-storefront/magento-types": "2.0.0",
    "@vue-storefront/middleware": "^5.1.0",
    "agentkeepalive": "^4.2.1",
    "dotenv": "^16.0.1",
    "graphql": "^16.3.0",
    "graphql-tag": "^2.12.6",
    "isomorphic-fetch": "^3.0.0"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "^2.4.0",
    "@graphql-codegen/typescript": "^2.4.2",
    "@graphql-codegen/typescript-operations": "^2.2.3",
    "@graphql-tools/utils": "^8.6.1",
    "@rollup/plugin-json": "^6.0.0",
    "@types/express": "^4.17.17",
    "@types/graphql": "^14.5.0",
    "@types/isomorphic-fetch": "^0.0.36",
    "cross-fetch": "^3.1.5",
    "graphql-tools": "^8.3.0",
    "husky": "^7.0.4",
    "msw": "^0.43.0",
    "typescript": "^4.7.4"
  },
  "files": [
    "lib/**/*",
    "server/**/*",
    "types/**/*"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "engines": {
    "node": ">=18"
  }
}
