{
  "name": "tokentally",
  "version": "0.1.4",
  "description": "Token usage in, dollar totals out.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/steipete/tokentally.git"
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./node": {
      "types": "./dist/node/index.d.ts",
      "import": "./dist/node/index.js"
    }
  },
  "scripts": {
    "build": "tsdown",
    "prepare": "pnpm build",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "format": "oxfmt --write src tests package.json tsconfig.json tsdown.config.ts vitest.config.ts README.md",
    "format:check": "oxfmt --check src tests package.json tsconfig.json tsdown.config.ts vitest.config.ts README.md",
    "lint": "pnpm format:check && pnpm lint:oxlint",
    "lint:oxlint": "pnpm exec -- oxlint --deny-warnings --config .oxlintrc.json src tests",
    "lint:oxlint:typeaware": "pnpm exec -- oxlint --deny-warnings --type-aware --tsconfig tsconfig.json --config .oxlintrc.json src tests",
    "lint:types": "pnpm lint:oxlint:typeaware && pnpm typecheck",
    "lint:fix": "pnpm format && pnpm exec -- oxlint --config .oxlintrc.json --fix src tests",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "check": "pnpm lint && pnpm lint:oxlint:typeaware && pnpm typecheck && pnpm test:coverage && pnpm build"
  },
  "devDependencies": {
    "@arethetypeswrong/core": "^0.18.5",
    "@types/node": "^26.2.0",
    "@typescript/native": "npm:typescript@^7.0.2",
    "@vitest/coverage-v8": "^4.1.10",
    "oxfmt": "^0.62.0",
    "oxlint": "^1.77.0",
    "oxlint-tsgolint": "^7.0.2001",
    "postcss": "^8.5.26",
    "publint": "^0.3.23",
    "tsdown": "^0.22.14",
    "typescript": "npm:@typescript/typescript6@^6.0.2",
    "vite": "^8.2.1",
    "vitest": "^4.1.10"
  },
  "engines": {
    "node": ">=24"
  },
  "packageManager": "pnpm@11.18.0"
}
