{
  "name": "regexp-toolkit",
  "version": "1.0.2",
  "description": "A chainable regexp builder and validator",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    }
  },
  "bin": {
    "regex-tester": "./dist/cli.js"
  },
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup",
    "lint": "eslint src --ext .ts",
    "test": "echo \"No tests yet\""
  },
  "keywords": [
    "regex",
    "builder",
    "typescript",
    "validator",
    "cli",
    "regexp-toolkit",
    "regex-validator",
    "regex-cli",
    "smart-regex",
    "regexp",
    "validation",
    "regex-patterns",
    "regexp-toolkit",
    "match"
  ],
  "author": "Tufan Mahanty",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tufanmahanty/regexp-toolkit.git"
  },
  "bugs": {
    "url": "https://github.com/tufanmahanty/regexp-toolkit/issues"
  },
  "homepage": "https://tufanmahanty.github.io/regexp-toolkit/",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@types/node": "^22.15.30",
    "@typescript-eslint/eslint-plugin": "^8.33.1",
    "@typescript-eslint/parser": "^8.33.1",
    "eslint": "^9.28.0",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3"
  }
}
