{
  "name": "pro-gallery-lib",
  "version": "5.0.115",
  "private": false,
  "author": {
    "name": "Rita Bazak",
    "email": "ritab@wix.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wix/pro-gallery.git"
  },
  "sideEffects": false,
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm-types/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/cjs/index.js",
      "import": "./dist/esm/index.js",
      "types": "./dist/esm-types/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "watch": "tsc -w",
    "start": "tsc -w -p tsconfig-dev.json",
    "build": "npm run generateValidationFunction && tsc -p tsconfig-cjs.json && tsc && echo \"{ \\\"type\\\": \\\"module\\\" }\" > dist/esm/package.json",
    "generateValidationFunction": "node buildScripts/buildRuntimeValidateFunctionFromTypes.js",
    "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",
    "ajv": "^8.6.0",
    "browserify": "^17.0.0",
    "chai": "^4.2.0",
    "eslint": "8.54.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-prettier": "^3.1.4",
    "lodash": "^4.17.21",
    "mocha": "^8.2.1",
    "prettier": "^2.1.2",
    "tslib": "^2.1.0",
    "tsx": "^4.19.2",
    "typescript": "^4.9.5",
    "typescript-json-schema": "^0.65.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "gitHead": "6f0118b8a7d118daa75177e128c341cff130b172"
}
