{
  "name": "@gamepark/rival-cities",
  "version": "1.1.4",
  "description": "The rules of Rival Cities adapted for Game Park",
  "sideEffects": false,
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "author": "Romain Fromi <romain@game-park.com> (https://game-park.com/)",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "vitest",
    "build": "tsc",
    "prepack": "yarn build",
    "publish": "yarn version ${0:-patch} && yarn npm publish && git commit -am v$(node -p \"require('./package.json').version\") && git tag v$(node -p \"require('./package.json').version\") && git push --follow-tags",
    "lint": "eslint --fix"
  },
  "peerDependencies": {
    "@gamepark/rules-api": ">=7",
    "es-toolkit": "^1.45.1"
  },
  "devDependencies": {
    "@gamepark/rules-api": "~7.6.4",
    "es-toolkit": "^1.47.1",
    "vitest": "^4.1.9"
  }
}