{
    "name": "@pnp/sp",
    "version": "4.17.0",
    "description": "pnp - provides a fluent api for working with SharePoint REST",
    "main": "./index.js",
    "typings": "./index",
    "dependencies": {
        "tslib": "2.8.1",
        "@pnp/core": "4.17.0",
        "@pnp/queryable": "4.17.0"
    },
    "type": "module",
    "engines": {
        "node": ">=18.12.0"
    },
    "author": {
        "name": "Microsoft and other contributors"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/pnp/pnpjs/issues"
    },
    "homepage": "https://github.com/pnp/pnpjs",
    "repository": {
        "type": "git",
        "url": "git:github.com/pnp/pnpjs"
    },
    "maintainers": [
        {
            "name": "patrick-rodgers",
            "email": "patrick.rodgers@microsoft.com"
        },
        {
            "name": "juliemturner",
            "email": "julie.turner@sympraxisconsulting.com",
            "url": "https://julieturner.net"
        },
        {
            "name": "bcameron1231",
            "email": "beau@beaucameron.net",
            "url": "https://beaucameron.net"
        }
    ],
    "funding": {
        "type": "individual",
        "url": "https://github.com/sponsors/patrick-rodgers/"
    }
}