{
  "name": "@fungies/fungies-js",
  "version": "0.7.2",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "author": "fungies",
  "license": "MIT",
  "description": "",
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@changesets/cli": "^2.28.1",
    "terser": "^5.39.0",
    "husky": "^9.1.7",
    "tsup": "^8.4.0",
    "typescript": "^5.7.3"
  },
  "scripts": {
    "build": "rm -rf dist/ && tsup",
    "dev:local": "tsup src/index.ts --format cjs,esm --dts --watch",
    "build-fungies-js-script": "mkdir -p ../../apps/frontend-dashboard/public/scripts && cp ./dist/index.js ../../apps/frontend-dashboard/public/scripts/fungies-js.js",
    "release": "pnpm run build && changeset publish",
    "format": "biome format --write",
    "lint": "biome check"
  }
}