{
  "name": "@tvanlaerhoven/epex-client",
  "version": "1.0.6",
  "description": "Collect European Power Exchange (EPEX) market data",
  "main": "dist/bundle.cjs.js",
  "module": "dist/bundle.esm.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build": "rollup -c",
    "watch": "rollup -c --watch",
    "example": "npm run build && node example/proxy_server.js & lite-server",
    "prettier": "prettier --check \"(src|example)/**/*.{js,ts}\"",
    "prettier:fix": "prettier --write \"(src|example)/**/*.{js,ts}\"",
    "lint": "eslint \"{src,example}/**/*.{js,ts}\"",
    "lint:fix": "npm run lint -- --fix",
    "changeset:entry": "npx changeset",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/tvanlaerhoven/epex-client.git"
  },
  "author": "Tom Van Laerhoven",
  "license": "GPL-3.0",
  "homepage": "https://github.com/tvanlaerhoven/epex-client",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "lint-staged": {
    "*/(src|test)/**/*.{js,jsx,ts,tsx}": [
      "prettier --write"
    ]
  },
  "keywords": [
    "epex",
    "epex-spot",
    "epex-client",
    "electricity",
    "smartenergy",
    "energy"
  ],
  "devDependencies": {
    "@changesets/cli": "^2.27.11",
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@types/node": "^22.10.2",
    "cors-anywhere": "^0.4.4",
    "eslint": "^9.17.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "husky": "^9.1.7",
    "lint-staged": "^15.2.11",
    "lite-server": "^2.6.1",
    "prettier": "3.4.2",
    "rimraf": "^6.0.1",
    "rollup": "^4.29.1",
    "rollup-plugin-typescript2": "^0.36.0",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.18.2"
  }
}
