{
    "name": "@pnp/graph-commonjs",
    "version": "2.15.0",
    "description": "pnp - provides functionality to query the Microsoft Graph",
    "main": "./presets/all.js",
    "typings": "./presets/all",
    "dependencies": {
        "@microsoft/microsoft-graph-types": "^2.13.0",
        "tslib": "2.3.0",
        "@pnp/common-commonjs": "2.15.0",
        "@pnp/logging-commonjs": "2.15.0",
        "@pnp/odata-commonjs": "2.15.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"
    },
    "funding": {
        "type": "individual",
        "url": "https://github.com/sponsors/patrick-rodgers/"
    },
    "type": "commonjs"
}