{
    "name": "@pnp/sp",
    "version": "3.3.2",
    "description": "pnp - provides a fluent api for working with SharePoint REST",
    "main": "./index.js",
    "typings": "./index",
    "scripts": {
        "postinstall": "node ./post-install.cjs"
    },
    "dependencies": {
        "tslib": "2.3.1",
        "@pnp/core": "3.3.2",
        "@pnp/queryable": "3.3.2"
    },
    "funding": {
        "type": "individual",
        "url": "https://github.com/sponsors/patrick-rodgers/"
    },
    "type": "module",
    "engines": {
        "node": ">=14.15.1"
    },
    "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"
    }
}