{
  "name": "browserslist-load-config",
  "version": "1.0.3",
  "repository": "https://github.com/rstackjs/browserslist-load-config",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "simple-git-hooks": {
    "pre-commit": "pnpm run lint:write"
  },
  "devDependencies": {
    "@rslib/core": "^0.22.0",
    "@rslint/core": "^0.5.3",
    "@rstest/core": "0.10.3",
    "@types/node": "^24.12.4",
    "prettier": "^3.8.3",
    "simple-git-hooks": "^2.13.1",
    "typescript": "6.0.3"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "rslib",
    "dev": "rslib -w",
    "lint": "rslint && prettier -c .",
    "lint:write": "rslint --fix && prettier -w .",
    "test": "rstest",
    "test:watch": "rstest",
    "bump": "npx bumpp"
  }
}