{
    "name": "@anolilab/package-json-utils",
    "version": "3.0.9",
    "description": "Shared utilities for parsing information from a package.json.",
    "keywords": [
        "package.json",
        "utils",
        "anolilab",
        "javascript"
    ],
    "homepage": "https://anolilab.com/nodejs/packages/package-json-utils",
    "repository": {
        "type": "git",
        "url": "https://github.com/anolilab/javascript-style-guide.git",
        "directory": "packages/package-json-utils"
    },
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/prisis"
        },
        {
            "type": "consulting",
            "url": "https://anolilab.com/support"
        }
    ],
    "license": "MIT",
    "author": {
        "name": "Daniel Bannert",
        "email": "d.bannert@anolilab.de"
    },
    "sideEffects": false,
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "require": "./dist/index.js",
            "import": "./dist/index.mjs"
        },
        "./package.json": "./package.json"
    },
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "source": "src/index.ts",
    "types": "dist/index.d.ts",
    "files": [
        "dist",
        "skip.js",
        "README.md",
        "CHANGELOG.md",
        "LICENSE.md"
    ],
    "scripts": {
        "build": "cross-env NODE_ENV=development tsup",
        "build:prod": "cross-env NODE_ENV=production tsup",
        "clean": "rimraf node_modules dist",
        "test": "vitest --config ./vitest.config.ts",
        "test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
    },
    "dependencies": {
        "dot-path-value": "^0.0.10",
        "read-pkg-up": "^7.0.1"
    },
    "devDependencies": {
        "@commitlint/cli": "^18.2.0",
        "@commitlint/config-conventional": "^18.1.0",
        "@commitlint/core": "^18.2.0",
        "@semantic-release/changelog": "^6.0.3",
        "@semantic-release/commit-analyzer": "^11.0.0",
        "@semantic-release/exec": "^6.0.3",
        "@semantic-release/git": "^10.0.1",
        "@semantic-release/github": "^9.2.1",
        "@semantic-release/npm": "^11.0.0",
        "@semantic-release/release-notes-generator": "^12.0.0",
        "commitizen": "^4.3.0",
        "conventional-changelog-conventionalcommits": "7.0.2",
        "cross-env": "^7.0.3",
        "cz-conventional-changelog": "^3.3.0",
        "rimraf": "^5.0.5",
        "semantic-release": "^22.0.6",
        "semantic-release-conventional-commits": "^3.0.0",
        "tsup": "^7.2.0",
        "typescript": "^5.2.2",
        "vitest": "^0.34.6"
    },
    "engines": {
        "node": ">=18.* <=21.*"
    },
    "publishConfig": {
        "access": "public",
        "provenance": true
    }
}
