{
  "name": "extract-path-from-string",
  "description": "Extracting file path from a string.",
  "version": "1.0.0",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "path",
    "parse",
    "string",
    "pick",
    "PathPicker",
    "extract",
    "retrieve",
    "filename",
    "file"
  ],
  "scripts": {
    "build:prod": "rslib build",
    "lint": "biome check --write",
    "format": "biome format --write",
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "type-check": "tsc --noEmit",
    "check": "npm run type-check && npm run lint && npm run test",
    "build": "ts-index-generate && npm run check && npm run format && npm run build:prod",
    "release-patch": "npm run build && npm version patch && npm publish && git push --follow-tags",
    "release-minor": "npm run build && npm version minor && npm publish && git push --follow-tags",
    "release-major": "npm run build && npm version major && npm publish && git push --follow-tags"
  },
  "devDependencies": {
    "@biomejs/biome": "2.3.8",
    "@rslib/core": "^0.19.0",
    "@types/node": "^25",
    "@types/picomatch": "^4.0.2",
    "@vitest/coverage-v8": "^4.0.18",
    "ts-index-generate": "^0.0.6",
    "tsx": "^4",
    "typescript": "^5",
    "vitest": "^4"
  },
  "dependencies": {
    "picomatch": "^4.0.3"
  },
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sunshmo/extract-path-from-string.git"
  },
  "author": {
    "name": "sunshmo"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sunshmo/extract-path-from-string/issues"
  },
  "homepage": "https://github.com/sunshmo/extract-path-from-string#readme"
}
