{
  "name": "@archoleat/reglib",
  "description": "Library with ready-to-use regex",
  "version": "1.9.0",
  "license": "MIT",
  "author": {
    "email": "archoleat@gmail.com",
    "name": "Archoleat",
    "url": "https://github.com/archoleat"
  },
  "homepage": "https://github.com/archoleat/reglib#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/archoleat/reglib.git"
  },
  "bugs": {
    "url": "https://github.com/archoleat/reglib/issues"
  },
  "keywords": [
    "archoleat-reglib",
    "archoleat",
    "library",
    "plugin",
    "ready-to-use",
    "regex",
    "reglib",
    "regular-expression",
    "regular-expressions"
  ],
  "engines": {
    "bun": ">=1.0.0"
  },
  "type": "module",
  "imports": {
    "#src/*": "./src/*",
    "#validators/*": "./src/validators/*"
  },
  "exports": {
    ".": "./index.js",
    "./index.d.ts": "./index.d.ts"
  },
  "files": [
    "index.d.ts",
    "index.js"
  ],
  "scripts": {
    "init": "bun i && husky"
  },
  "devDependencies": {
    "@archoleat/commitlint-define-config": "^1.1.0",
    "@archoleat/eslint-flat-compatibility": "^1.2.1",
    "@archoleat/prettier-define-config": "^1.1.0",
    "@archoleat/semantic-release-define-config": "^1.2.0",
    "@commitlint/cli": "^19.6.1",
    "@commitlint/config-conventional": "^19.6.0",
    "@commitlint/types": "^19.5.0",
    "@rollup/plugin-alias": "^5.1.1",
    "@rollup/plugin-typescript": "^12.1.2",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/bun": "^1.1.14",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "conventional-changelog-conventionalcommits": "^8.0.0",
    "editorconfig-checker": "^6.0.1",
    "eslint": "^8.57.1",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^18.0.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-define-config": "^2.1.0",
    "eslint-import-resolver-typescript": "^3.6.3",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "eslint-plugin-unicorn": "^56.0.1",
    "git-pull-run": "^1.4.0",
    "globals": "^15.13.0",
    "husky": "^9.1.7",
    "lint-staged": "^15.2.10",
    "prettier": "^3.4.2",
    "remark": "15.0.1",
    "remark-cli": "^12.0.1",
    "remark-preset-lint-consistent": "^6.0.0",
    "remark-preset-lint-markdown-style-guide": "^6.0.0",
    "remark-preset-lint-recommended": "^7.0.0",
    "rollup": "^4.28.0",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-esbuild": "^6.1.1",
    "semantic-release": "^24.2.0"
  }
}
