{
  "name": "fast-simon-sdk",
  "version": "1.6.83",
  "author": {
    "name": "Fast Simon inc",
    "url": "",
    "email": ""
  },
  "scripts": {
    "clean": "node ./utils/clean.js",
    "create-documentation": "node ./utils/markdown.js",
    "build-cdn": "webpack && npm run babel-ie11",
    "babel-ie11": "npx babel dist/index.js --out-file dist/index.ie11.js",
    "prepublishOnly": "tsc",
    "webpack": "webpack",
    "tsc": "tsc",
    "link": "tsc --project tsconfig-link.json && npm link",
    "test": "vitest run"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "devDependencies": {
    "@babel/cli": "^7.16.8",
    "@babel/core": "^7.16.7",
    "@babel/preset-env": "^7.16.8",
    "@types/node": "^22.13.10",
    "babel-preset-minify": "^0.5.1",
    "ts-loader": "^8.0.17",
    "typescript": "^5.8.2",
    "unminified-webpack-plugin": "^3.0.0",
    "jsdom": "^26.0.0",
    "vitest": "^3.0.0",
    "webpack": "^5.92.0",
    "webpack-cli": "^4.10.0"
  },
  "files": [
    "lib/**/*"
  ],
  "dependencies": {
    "@fast-simon/bigcommerce_customer": "1.0.44",
    "@fast-simon/utilities": "^1.0.50",
    "axios": "^0.21.1"
  }
}
