{
  "private": false,
  "name": "pro-layouts",
  "sideEffects": false,
  "version": "5.0.115",
  "author": {
    "name": "Guy Sopher",
    "email": "guysopher@gmail.com"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wix/pro-gallery.git"
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "require": "./dist/cjs/index.js",
      "import": "./dist/esm/index.js",
      "types": "./dist/esm-types/index.d.ts"
    }
  },
  "scripts": {
    "watch": "tsc -w",
    "start": "tsc -p tsconfig.json -w",
    "build": "tsc && tsc -p tsconfig-cjs.json && echo \"{ \\\"type\\\": \\\"module\\\" }\" > dist/esm/package.json",
    "unit": "NODE_OPTIONS=\"--import=tsx\" mocha test/*.spec.*",
    "test": "echo 'no test in wix CI'",
    "lint": "eslint \"{src,test}/**/*.{js,jsx,ts}\"",
    "lint:fix": "npm run lint -- --fix"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "6.12.0",
    "@typescript-eslint/parser": "6.12.0",
    "chai": "^4.2.0",
    "deep-freeze": "0.0.1",
    "eslint": "8.54.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-prettier": "^3.1.4",
    "mocha": "^8.2.1",
    "prettier": "^2.1.2",
    "tslib": "^2.1.0",
    "tsx": "^4.19.2",
    "typescript": "^4.9.5"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "pro-gallery-lib": "5.0.115"
  },
  "gitHead": "6f0118b8a7d118daa75177e128c341cff130b172"
}
