{
  "name": "@lemonstand.org/config-goodgamestudios",
  "version": "0.47.0",
  "description": "Lemonstand configuration for Goodgame Studios",
  "main": "dist/goodgamestudios.json",
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev:server": "http-server --cors",
    "start": "npm run build:dev && npm run dev:server",
    "build": "rimraf dist && make-dir dist && node -e \"require('./src/export').exportConfigFiles()\" ",
    "postbuild": "npm run test:build",
    "build:dev": "cross-env NODE_ENV=development EXPORT_ENV=dev npm run build",
    "build:qa": "cross-env NODE_ENV=development EXPORT_ENV=qa npm run build",
    "build:prod": "cross-env NODE_ENV=production EXPORT_ENV=prod npm run build",
    "test": "cross-env EXPORT_ENV=dev nyc ava",
    "test:build": "cross-env EXPORT_ENV=dev npm test -- test/unit/package-json.test.js",
    "lint": "eslint --ext .js ./{src,config,test}/**/*.js",
    "lint:fix": "npm run lint -- --fix",
    "format": "prettier --write src",
    "release": "semantic-release",
    "commit": "git-cz"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git@gitlab.goodgamestudios.com:canvas/config-goodgamestudios.git"
  },
  "keywords": [],
  "author": "Andreas Pizsa <hopster@gmail.com> (https://github.com/AndreasPizsa)",
  "license": "MIT",
  "dependencies": {
    "@goodgamestudios/game-alias": "^0.2.11",
    "@lemonstand.org/unified-tracking": "^1.0.0",
    "@swc/helpers": "^0.3.17",
    "debug": "^4.3.4",
    "js-base64": "^3.7.2",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@andreaspizsa/eslint-config-xo": "^0.2.1",
    "@commitlint/cli": "^9.1.2",
    "@commitlint/config-conventional": "^17.0.2",
    "@goodgamestudios/browserslist-config": "^1.2.0",
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/commit-analyzer": "^9.0.2",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/npm": "^9.0.1",
    "@semantic-release/release-notes-generator": "^10.0.3",
    "ava": "^4.3.0",
    "chokidar-cli": "^2.1.0",
    "copyfiles": "^2.4.1",
    "cross-env": "^7.0.3",
    "cz-conventional-changelog": "^3.0.1",
    "eslint": "^8.23.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-unicorn": "^43.0.2",
    "finepack": "^2.10.15",
    "glob": "^7.2.3",
    "got": "^11.8.5",
    "http-server": "^14.1.1",
    "less": "^3.13.1",
    "lint-staged": "^10.5.4",
    "make-dir-cli": "^3.0.0",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "parcel-bundler": "^1.12.5",
    "prettier": "^2.6.2",
    "prettier-config-standard": "^5.0.0",
    "rimraf": "^3.0.2",
    "sass": "^1.52.2",
    "semantic-release": "^19.0.2",
    "simple-git-hooks": "^2.7.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ],
    "rules": {
      "body-max-line-length": [
        1,
        "always",
        100
      ]
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "release": {
    "branches": [
      {
        "name": "master"
      },
      {
        "name": "qa",
        "channel": "qa",
        "prerelease": "qa"
      },
      {
        "name": "develop",
        "channel": "dev",
        "prerelease": "dev"
      }
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git"
    ]
  },
  "lint-staged": {
    "*.{js,scss}": "npm run format",
    "*.js": "npm run lint"
  },
  "browserslist": [
    "extends @goodgamestudios/browserslist-config"
  ],
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged",
    "commit-msg": "npx commitlint --edit $1"
  }
}
