{
  "name": "@badrap/bar-of-progress",
  "version": "0.3.0",
  "type": "commonjs",
  "main": "dist/cjs/index.js",
  "module": "dist/mjs/index.mjs",
  "exports": {
    ".": "./dist/mjs/index.mjs"
  },
  "repository": "badrap/bar-of-progress",
  "author": "Joachim Viide <jviide@iki.fi>",
  "license": "MIT",
  "scripts": {
    "lint": "eslint --max-warnings 0 .",
    "typecheck": "tsc --noEmit",
    "build": "rm -rf dist/* && npm run build:cjs && npm run build:mjs",
    "build:cjs": "tsc -p ./tsconfig.json --outDir ./dist/cjs",
    "build:mjs": "tsc -p ./tsconfig.json --module esnext --moduleResolution node --outDir ./dist/mjs && mv ./dist/mjs/index.js ./dist/mjs/index.mjs && mv ./dist/mjs/index.d.ts ./dist/mjs/index.d.mts",
    "changeset": "changeset",
    "bump": "changeset version",
    "release": "npm run build && changeset publish"
  },
  "devDependencies": {
    "@changesets/changelog-github": "^0.5.1",
    "@changesets/cli": "^2.29.5",
    "@eslint/js": "^9.32.0",
    "eslint": "^9.32.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.3",
    "prettier": "^3.6.2",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.38.0"
  },
  "files": [
    "src",
    "dist"
  ]
}
