{
  "name": "@archoleat/reglib",
  "description": "Library with ready-to-use regex",
  "version": "1.10.0",
  "license": "MIT",
  "author": {
    "email": "nikkeyl.me@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.1",
    "@archoleat/prettier-define-config": "^1.2.1",
    "@archoleat/semantic-release-define-config": "^1.3.1",
    "@commitlint/cli": "^20.1.0",
    "@commitlint/config-conventional": "^20.2.0",
    "@commitlint/types": "^20.2.0",
    "@rollup/plugin-alias": "^6.0.0",
    "@rollup/plugin-typescript": "^12.1.4",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/bun": "^1.3.5",
    "@typescript-eslint/eslint-plugin": "^8.52.0",
    "@typescript-eslint/parser": "^8.48.0",
    "conventional-changelog-conventionalcommits": "^9.1.0",
    "editorconfig-checker": "^6.1.0",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-define-config": "^2.1.0",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "eslint-plugin-unicorn": "^62.0.0",
    "git-pull-run": "^1.6.2",
    "globals": "^16.3.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.1.6",
    "prettier": "^3.6.2",
    "remark": "15.0.1",
    "remark-cli": "^12.0.1",
    "remark-preset-lint-consistent": "^6.0.1",
    "remark-preset-lint-markdown-style-guide": "^6.0.1",
    "remark-preset-lint-recommended": "^7.0.1",
    "rollup": "^4.50.0",
    "rollup-plugin-dts": "^6.3.0",
    "rollup-plugin-esbuild": "^6.2.1",
    "semantic-release": "^25.0.2",
    "tslib": "^2.8.1"
  }
}
