{
    "name": "pathtrace",
    "version": "2.2.0",
    "description": "Simplifies working with nested objects and arrays by providing easy methods to retrieve, set, and check values at any path.",
    "type": "module",
    "exports": {
        "./package.json": "./package.json",
        ".": {
            "types": "./dist/index.d.mts",
            "import": "./dist/index.mjs"
        }
    },
    "main": "./dist/index.mjs",
    "types": "./dist/index.d.mts",
    "files": [
        "dist"
    ],
    "engines": {
        "node": ">=22.0.0"
    },
    "scripts": {
        "build": "tsdown",
        "test": "vitest run",
        "lint": "eslint .",
        "lint:fix": "eslint . --fix",
        "prepare": "husky install"
    },
    "keywords": [
        "path",
        "path-info",
        "path-value",
        "expand-path",
        "path-retrival",
        "get-path",
        "nested-objects",
        "deep-access"
    ],
    "author": {
        "name": "Peter Placzek",
        "email": "contact@tada5hi.net",
        "url": "https://github.com/tada5hi"
    },
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/tada5hi/pathtrace.git"
    },
    "bugs": {
        "url": "https://github.com/tada5hi/pathtrace/issues"
    },
    "homepage": "https://github.com/tada5hi/pathtrace#readme",
    "devDependencies": {
        "@tada5hi/commitlint-config": "^1.3.1",
        "@tada5hi/eslint-config": "^2.0.2",
        "@tada5hi/tsconfig": "^0.7.2",
        "@typescript-eslint/eslint-plugin": "^8.57.2",
        "@typescript-eslint/parser": "^8.57.2",
        "@vitest/coverage-v8": "^4.1.2",
        "eslint": "^10.1.0",
        "husky": "^9.1.7",
        "tsdown": "^0.21.5",
        "typescript": "^5.9.3",
        "typescript-eslint": "^8.57.2",
        "vitest": "^4.1.1"
    }
}
