@pnp/sp
Version:
pnp - provides a fluent api for working with SharePoint REST
48 lines • 1.26 kB
JSON
{
"name": "@pnp/sp",
"version": "4.11.0",
"description": "pnp - provides a fluent api for working with SharePoint REST",
"main": "./index.js",
"typings": "./index",
"dependencies": {
"tslib": "2.7.0",
"@pnp/core": "4.11.0",
"@pnp/queryable": "4.11.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/"
}
}