@pnp/sp
Version:
pnp - provides a fluent api for working with SharePoint REST
35 lines • 876 B
JSON
{
"name": "@pnp/sp",
"version": "3.4.1",
"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.4.0",
"@pnp/core": "3.4.1",
"@pnp/queryable": "3.4.1"
},
"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"
}
}