{
  "name": "@img-arena/front-row-seat",
  "version": "1.54.0",
  "description": "IMG Arena Front Row Seat integration SDK",
  "browser": "dist/index.umd.js",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IMGARENA/front-row-seat.js.git"
  },
  "keywords": [
    "front-row-seat",
    "integrations"
  ],
  "author": "@imgarena-devs",
  "license": "Apache-2.0",
  "homepage": "",
  "scripts": {
    "dev:watch": "rollup -wc",
    "dev:type-check": "tsc --noEmit --watch",
    "start:dev": "npm-run-all -p dev:*",
    "start:test-site": "http-server cypress/test-site/ -c-1",
    "start:test-site-2": "http-server cypress/test-site/ -c-1 -p 8888",
    "lint:prettify": "prettier --write \"src/**/*.{js,ts}\"",
    "lint:eslint": "eslint --fix --plugin tsc --rule 'tsc/config: [2, {configFile: \"./tsconfig.json\"}]' \"src/**/*.{js,ts}\"",
    "lint": "npm-run-all -s lint:*",
    "pretest": "npm run build",
    "cy:open": "npm run build:test-env & cypress open",
    "cy": "npm run build:test-env & cypress run",
    "test:unit": "jest --config jest.unit.config.js",
    "test:integration": "jest --config jest.integration.config.js",
    "test": "npm-run-all -s test:unit test:integration cy",
    "build": "NODE_ENV=production rollup -c",
    "build:test-env": "NODE_ENV=test FRSJS_VERSION=1.2.3 rollup -c",
    "ci:lint": "scripts/static-analysis.sh",
    "ci:start-test-site": "npm run start:test-site &",
    "ci:start-test-site-2": "npm run start:test-site-2 &",
    "ci:wait-test-site": "wait-on http://localhost:8080 --delay 2000",
    "semantic-release-dry": "semantic-release -d"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "prettier --write",
      "eslint --plugin tsc --rule 'tsc/config: [2, {configFile: \"./tsconfig.json\"}]'",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "devDependencies": {
    "@babel/core": "^7.17.10",
    "@babel/preset-env": "^7.18.9",
    "@babel/preset-modules": "^0.1.5",
    "@babel/preset-typescript": "^7.16.7",
    "@commitlint/cli": "^16.0.2",
    "@commitlint/config-conventional": "^16.0.0",
    "@img-arena/eslint-config": "3.2.0",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@rollup/plugin-replace": "^3.0.1",
    "@semantic-release/git": "^9.0.1",
    "@types/jest": "^28.1.6",
    "@typescript-eslint/eslint-plugin": "5.22.0",
    "@typescript-eslint/parser": "5.30.0",
    "babel-jest": "28.1.3",
    "babel-plugin-const-enum": "1.2.0",
    "core-js": "^3.6.5",
    "cypress": "^7.2.0",
    "eslint": "8.14.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.25.4",
    "eslint-plugin-jest": "25.3.0",
    "eslint-plugin-tsc": "2.0.0",
    "fs-extra": "^10.1.0",
    "http-server": "^14.1.1",
    "husky": "^3.0.9",
    "jest": "^29.2.1",
    "jest-environment-jsdom": "^29.3.1",
    "jsdom": "^21.1.0",
    "lint-staged": "^9.4.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.7.1",
    "rollup": "^2.79.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-license": "^2.7.0",
    "rollup-plugin-styles": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-ts": "^3.0.2",
    "semantic-release": "^19.0.5",
    "tslib": "^1.10.0",
    "typescript": "^4.5.5",
    "wait-on": "^3.3.0"
  },
  "resolutions": {
    "http-cache-semantics": ">=4.1.1",
    "@babel/traverse": ">=7.23.2",
    "ws": ">=8.17.1",
    "braces": ">=3.0.3",
    "**/npm-run-all/**/semver": "5.7.2",
    "**/husky/**/semver": "5.7.2",
    "**/@babel/**/semver": "6.3.1",
    "**/normalize-package-data/semver": ">=7.5.2",
    "**/semantic-release/**/semver": ">=7.5.2",
    "**/browserslist-generator/**/semver": ">=7.5.2",
    "**/@commitlint/**/semver": ">=7.5.2",
    "**/meow/**/semver": ">=7.5.2",
    "cross-spawn": ">=7.0.5"
  },
  "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}
