{
  "name": "@wix/backend",
  "version": "1.0.0",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "module": "build/es/index.js",
  "main": "build/cjs/index.js",
  "typings": "./build/cjs/index.d.ts",
  "files": [
    "build"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.json tsconfig.esm.json",
    "test": "tsx --test test/*.spec.ts",
    "lint": "eslint"
  },
  "devDependencies": {
    "@eslint/js": "^9.4.0",
    "@types/chance": "^1",
    "@types/node": "^20.14.2",
    "@wix/sdk": "^1.10.0",
    "@wix/sdk-types": "^1.8.0",
    "chance": "^1.1.11",
    "eslint": "9.x",
    "eslint-plugin-prettier": "^5.1.3",
    "fetch-mock": "^9.11.0",
    "globals": "^15.4.0",
    "node-fetch": "^3.3.2",
    "prettier": "^3.3.1",
    "tsx": "^4.15.1",
    "typescript": "^5.4.5",
    "typescript-eslint": "^7.12.0"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress.sdk",
      "artifactId": "backend"
    }
  },
  "falconPackageHash": "ec64ccb9f93e35be97835462ccdef4797612a4749c833c4ad8b3715a"
}