{
  "name": "@wix/admin",
  "version": "1.6.1",
  "license": "UNLICENSED",
  "author": {
    "name": "Dvir Elkabets",
    "email": "dvire@wix.com"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "sideEffects": false,
  "types": "dist/types/index.d.ts",
  "files": [
    "dist/cjs",
    "dist/esm",
    "dist/types"
  ],
  "scripts": {
    "build": "yoshi-library build",
    "start": "yoshi-library start",
    "test": "vitest run",
    "lint": "yoshi-library lint"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "lint-staged": {
    "*.{js,ts}": "yarn lint"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "@wix/sdk": "^1.15.24",
    "@wix/sdk-runtime": "^0.3.57"
  },
  "devDependencies": {
    "@types/jest": "^27.4.0",
    "@types/node": "^16.0.0",
    "@wix/eslint-config-yoshi": "^6.0.0",
    "@wix/jest-yoshi-preset": "^6.0.0",
    "@wix/yoshi-flow-library": "^6.0.0",
    "ts-jest": "^27.1.2",
    "typescript": "~4.7.0",
    "vitest": "^3.2.4"
  },
  "jest": {
    "preset": "@wix/jest-yoshi-preset"
  },
  "yoshiFlowLibrary": {
    "buildEsmWithBabel": true
  },
  "eslintConfig": {
    "extends": "@wix/eslint-config-yoshi"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "admin-sdk"
    },
    "validations": {
      "postDependenciesBuild": [
        "lint"
      ]
    },
    "framework": {
      "type": "yoshi-flow-library"
    }
  },
  "wallaby": {
    "autoDetect": true
  },
  "falconPackageHash": "63cc12f7d709ad38e26c13706d09840988ebce9b52da16272ff892b9"
}