{
  "name": "case-police",
  "type": "module",
  "version": "0.6.1",
  "packageManager": "pnpm@8.4.0",
  "description": "Make the case correct, PLEASE!",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/case-police#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/case-police.git"
  },
  "bugs": {
    "url": "https://github.com/antfu/case-police/issues"
  },
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    },
    "./cli": {
      "types": "./dist/cli.d.ts",
      "require": "./dist/cli.cjs",
      "import": "./dist/cli.mjs"
    },
    "./*": "./*"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "bin": {
    "case-police": "./bin/case-police.mjs"
  },
  "files": [
    "dist",
    "bin",
    "dict"
  ],
  "scripts": {
    "build": "rimraf dist && unbuild",
    "dev": "unbuild --stub",
    "start": "esno src/index.ts"
  }
}