{
  "name": "@hesxenon/prelude",
  "version": "6.0.1",
  "description": "",
  "type": "module",
  "private": false,
  "exports": {
    "./*": "./lib/*",
    "./*.test.js": null
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@puppeteer/browsers": "^3.0.4",
    "@types/chai": "^4.3.19",
    "@types/node": "^22.5.4",
    "chai": "^5.1.1",
    "husky": "^9.1.6",
    "puppeteer-core": "^25.1.0",
    "temporal-polyfill": "^0.2.5",
    "typescript": "^5.5.4"
  },
  "peerDependencies": {
    "@puppeteer/browsers": "^3.0.4",
    "puppeteer-core": "^25.1.0",
    "typescript": "^5.5.4"
  },
  "dependencies": {
    "effect": "^3.16.15"
  },
  "files": [
    "./lib"
  ],
  "scripts": {
    "pretest": "pnpm build",
    "test": "TZ='Europe/Vienna' node --test '**/*.test.js'",
    "clean": "git clean -Xdfq ./lib",
    "prebuild": "pnpm clean",
    "build": "tsc",
    "preversion": "pnpm test"
  }
}