{
  "name": "wild-wild-parser",
  "version": "5.0.1",
  "type": "module",
  "exports": {
    "types": "./build/src/main.d.ts",
    "default": "./build/src/main.js"
  },
  "main": "./build/src/main.js",
  "types": "./build/src/main.d.ts",
  "files": [
    "build/src/**/*.{js,json,d.ts}",
    "!build/src/**/*.test.js",
    "!build/src/{helpers,fixtures}"
  ],
  "sideEffects": false,
  "scripts": {
    "test": "gulp test"
  },
  "description": "🤠 Parser for object property paths with wildcards and regexps 🌵",
  "keywords": [
    "wildcard",
    "glob",
    "globbing",
    "globstar",
    "regex",
    "regexp",
    "regular-expression",
    "path",
    "recursion",
    "functional-programming",
    "map",
    "filter",
    "algorithm",
    "data-structures",
    "javascript",
    "json",
    "library",
    "nodejs",
    "parsing",
    "typescript"
  ],
  "license": "Apache-2.0",
  "homepage": "https://www.github.com/ehmicky/wild-wild-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ehmicky/wild-wild-parser.git"
  },
  "bugs": {
    "url": "https://github.com/ehmicky/wild-wild-parser/issues"
  },
  "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
  "directories": {
    "lib": "src"
  },
  "devDependencies": {
    "@ehmicky/dev-tasks": "^3.0.33",
    "@ehmicky/eslint-config": "^20.0.31",
    "@ehmicky/prettier-config": "^1.0.6",
    "test-each": "^7.0.1"
  },
  "engines": {
    "node": ">=18.18.0"
  }
}
