{
  "name": "bigcommerce-store-api",
  "version": "0.0.4",
  "description": "BigCommerce Store API Client",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "rimraf lib && tsc",
    "generate:apis": "node ./scripts/generate.js",
    "clean": "rimraf lib",
    "test": "jest"
  },
  "engines": {
    "node": ">=20"
  },
  "jest": {
    "globalSetup": "<rootDir>/jest/global-setup.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iceleo-com/bigcommerce-store-api.git"
  },
  "keywords": [
    "bigcommerce",
    "api",
    "client",
    "store",
    "remote",
    "management",
    "catalog"
  ],
  "author": "Brat Vu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iceleo-com/bigcommerce-store-api/issues"
  },
  "homepage": "https://github.com/iceleo-com/bigcommerce-store-api#readme",
  "devDependencies": {
    "@hey-api/openapi-ts": "^0.85.2",
    "@jest/globals": "^29.7.0",
    "@types/handlebars-helpers": "^0.5.6",
    "@types/lodash": "^4.17.20",
    "@types/node": "^22.10.2",
    "handlebars": "^4.7.8",
    "handlebars-helpers": "^0.10.0",
    "jest": "^29.7.0",
    "minimist": "^1.2.8",
    "rimraf": "^6.0.1",
    "typescript": "^5.7.2",
    "yaml": "^2.7.0"
  },
  "dependencies": {
    "lodash": "^4.17.21"
  }
}
