{
  "name": "esports-notifier",
  "description": "🔔 receive a daily email informing whenever at least one of your favorite esports teams has a match in the current date.",
  "version": "1.2.3",
  "keywords": [
    "esports",
    "notify",
    "game",
    "csgo",
    "valorant",
    "rainbow-six-siege",
    "google-apps-script",
    "typescript"
  ],
  "license": "MIT",
  "author": {
    "name": "Lucas Vieira",
    "email": "lucasvtiradentes@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lucasvtiradentes/esports-notifier.git"
  },
  "main": "./dist/index.min.js",
  "scripts": {
    "prepare": "husky",
    "start": "node ./dist/index.min.js",
    "dev": "tsx ./resources/dev.ts",
    "build_type_check": "tsc",
    "build": "rimraf ./dist && rollup -c rollup.config.js",
    "postbuild": "tsx ./scripts/post-build.ts",
    "test": "jest",
    "postversion": "echo writing new version in the dist file && npm run build",
    "pub": "semantic-release",
    "pub:check": "npm publish --dry-run",
    "commit": "cz",
    "lint:staged": "lint-staged --concurrent false --quiet"
  },
  "dependencies": {
    "dyn-markdown": "^1.4.0",
    "minify": "^11.0.1",
    "rollup": "^4.12.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^18.6.1",
    "@commitlint/config-conventional": "^18.6.2",
    "@semantic-release/changelog": "^6.0.3",
    "@rollup/plugin-replace": "^5.0.5",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@semantic-release/commit-analyzer": "^11.1.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/release-notes-generator": "^12.1.0",
    "@types/google-apps-script": "^1.0.81",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.19",
    "@typescript-eslint/eslint-plugin": "^7.0.1",
    "@typescript-eslint/parser": "^7.0.1",
    "commitizen": "^4.3.0",
    "commitizen-emoji": "^1.0.5",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "husky": "^9.0.11",
    "jest": "^29.7.0",
    "lint-staged": "^15.2.2",
    "rollup": "^4.9.6",
    "prettier": "^3.2.5",
    "rimraf": "^5.0.5",
    "semantic-release": "^23.0.2",
    "ts-jest": "^29.1.2",
    "tsx": "^4.7.1",
    "typescript": "^5.3.3"
  }
}
