1 | {
|
2 | "name": "@pnp/sp",
|
3 | "version": "3.18.0",
|
4 | "description": "pnp - provides a fluent api for working with SharePoint REST",
|
5 | "main": "./index.js",
|
6 | "typings": "./index",
|
7 | "scripts": {
|
8 | "postinstall": "node ./post-install.cjs"
|
9 | },
|
10 | "dependencies": {
|
11 | "tslib": "2.4.1",
|
12 | "@pnp/core": "3.18.0",
|
13 | "@pnp/queryable": "3.18.0"
|
14 | },
|
15 | "funding": {
|
16 | "type": "individual",
|
17 | "url": "https://github.com/sponsors/patrick-rodgers/"
|
18 | },
|
19 | "type": "module",
|
20 | "engines": {
|
21 | "node": ">=14.15.1"
|
22 | },
|
23 | "author": {
|
24 | "name": "Microsoft and other contributors"
|
25 | },
|
26 | "license": "MIT",
|
27 | "bugs": {
|
28 | "url": "https://github.com/pnp/pnpjs/issues"
|
29 | },
|
30 | "homepage": "https://github.com/pnp/pnpjs",
|
31 | "repository": {
|
32 | "type": "git",
|
33 | "url": "git:github.com/pnp/pnpjs"
|
34 | }
|
35 | } |
\ | No newline at end of file |